Browse Source

Merge pull request #3855 from BartHuis/patch-1

give newbees a package service providers section, preventing adding after application
Taylor Otwell 7 years ago
parent
commit
14f79f19e3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config/app.php

+ 5 - 0
config/app.php

@@ -149,6 +149,11 @@ return [
         Illuminate\Translation\TranslationServiceProvider::class,
         Illuminate\Validation\ValidationServiceProvider::class,
         Illuminate\View\ViewServiceProvider::class,
+        
+        /*
+         * Package Service Providers...
+         */
+         
 
         /*
          * Application Service Providers...