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.