coronastone/coronastone

Scaffold based on the Laravel Framework.

dev-master 2020-04-17 12:55 UTC

This package is auto-updated.

Last update: 2024-04-17 21:54:13 UTC


README

Coronastone is a scaffold based on the Laravel Framework.

Features

Remarks

Bouncer

Seed the default roles:

$ php artisan db:seed

Passport

Create the encryption keys and sample clients:

$ php artisan passport:install

To enable sms grant type, uncomment codes in AuthServiceProvider and User model.

Socialite

For more providers, see Socialite Providers.

Telescope

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.

Workflow

Publish the configuration:

$ php artisan vendor:publish --provider="Brexis\LaravelWorkflow\WorkflowServiceProvider"

License

The MIT License

More info see LICENSE.