Samuel Georges 2018-01-24 18:08:55 +11:00
parent 3c50849eb7
commit 4eab0670c4
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,6 @@
},
"scripts": {
"post-create-project-cmd": [
"php artisan october:env",
"php artisan key:generate"
],
"post-update-cmd": [

View File

@ -8,7 +8,6 @@ return [
Illuminate\Broadcasting\BroadcastServiceProvider::class,
Illuminate\Bus\BusServiceProvider::class,
Illuminate\Cache\CacheServiceProvider::class,
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
Illuminate\Cookie\CookieServiceProvider::class,
Illuminate\Encryption\EncryptionServiceProvider::class,
Illuminate\Foundation\Providers\FoundationServiceProvider::class,
@ -25,6 +24,7 @@ return [
/*
* October Rain providers
*/
October\Rain\Foundation\Providers\ConsoleSupportServiceProvider::class,
October\Rain\Database\DatabaseServiceProvider::class,
October\Rain\Halcyon\HalcyonServiceProvider::class,
October\Rain\Filesystem\FilesystemServiceProvider::class,