Coronastone is a scaffold based on the Laravel Framework.
- Login / Register
- Packages
Create the encryption keys and sample clients:
php artisan passport:installFor more providers, see Socialite Providers.
On local (dev) environment, laravel/telescope should be installed via composer install or composer update.
On remote (production) environment, laravel/telescope should be ignored via composer install --no-dev or composer update --no-dev.
Publish the configuration:
php artisan vendor:publish --provider="Brexis\LaravelWorkflow\WorkflowServiceProvider"The MIT License
More info see LICENSE.