add publish module

This commit is contained in:
Arno Kaimbacher 2018-08-29 17:18:15 +02:00
parent 100f6db9a6
commit ffbbc04206
93 changed files with 8150 additions and 10228 deletions

View file

@ -39,7 +39,7 @@ return [
|
*/
'debug' => env('APP_DEBUG', false),
'debug' => env('APP_DEBUG', true),
/*
|--------------------------------------------------------------------------
@ -178,7 +178,7 @@ return [
// List off others providers...
App\Providers\SolariumServiceProvider::class,
Spatie\Permission\PermissionServiceProvider::class,
Zizaco\Entrust\EntrustServiceProvider::class,
],