diff --git a/.env.example b/.env.example index 67a51b4c..b77c8442 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ APP_ENV=local -APP_KEY=SomeRandomString +APP_KEY= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost diff --git a/config/app.php b/config/app.php index 348dfc7f..028993ea 100644 --- a/config/app.php +++ b/config/app.php @@ -162,6 +162,11 @@ return [ Illuminate\Translation\TranslationServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, + + /* + * Package Service Providers... + */ + /* * Application Service Providers...