Browse Source

Merge branch 'master' into develop

Taylor Otwell 7 years ago
parent
commit
d0f90f9bfd
2 changed files with 6 additions and 1 deletions
  1. 1 1
      .env.example
  2. 5 0
      config/app.php

+ 1 - 1
.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

+ 5 - 0
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...