Skip to content

Scaffold based on the Laravel Framework.

License

Notifications You must be signed in to change notification settings

JoyMoe/Coronastone

 
 

Repository files navigation

Coronastone

Coronastone is a scaffold based on the Laravel Framework.

Features

Remarks

Passport

Create the encryption keys and sample clients:

php artisan passport:install

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.

About

Scaffold based on the Laravel Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.8%
  • HTML 18.2%