Conditionally Loading Service Providers in Laravel 5
Read OriginalThis technical article explains how to load different Laravel 5 service providers conditionally depending on the application environment. It details moving from environment-specific config directories to using the AppServiceProvider's register method to load providers like a ProductionErrorHandler or VerboseErrorHandler based on whether the app is in a production environment or not.
Comments
No comments yet
Be the first to share your thoughts!
Top of the Week
No top articles yet