github ploi/ploi-core 1.0.5
Stripe support, permissions refactor & application log viewer

latest releases: 4.1, 4.0, 3.7.1...
4 years ago

This update comes with 3 new big updates:

  • Stripe support
  • Permission system update
  • Application log viewer

Stripe support

To enable stripe support, you will need to create products in your stripe account, and copy the pricing ID's to your packages. You'll also have to setup the stripe API keys in your .env file:

STRIPE_KEY=pk_*
STRIPE_SECRET=sk_*
CASHIER_MODEL=App\Models\User

Permissions system update

You can now define specific create, update and delete permissions for site & server creations per package.

Application log viewer

In the administration area you'll now be able to press "Application log" to view the Laravel log files directly in the system if anything went wrong.

Don't miss a new ploi-core release

NewReleases is sending notifications on new releases.