give newbees a package service providers section, preventing adding after application

when i started, i ended up putting all package specific service providers just at the bottom of the application service providers. But when making a route group like domain.com/{keyword}, the packages that are registering its own url's, not work anymore (like now when i installed the translations manager from barryvdh). When putting them above the app specific, everything works. So just give it to the user as a default place?
This commit is contained in:
Bart Huisman (also known as VolgensBartjes) 2016-08-04 11:55:08 +02:00 committed by GitHub
parent f2421123e3
commit 936addceef
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
/*
* Package Service Providers...
*/
/*
* Application Service Providers...
*/