Check https://github.com/laravel/laravel/blob/master/app/config/app.php and look if you have all providers listed. Most are in Illuminate\Foundation\Providers\ArtisanServiceProvider
Also make sure you don't override the providers in you environment specific providers array, but use append_config()
to extend the providers array.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community