Laravel Community Tools by Tighten

Aleksander Kalnoy

Joined: 12 years ago
Total tricks: 1
Last trick: 12 years ago

Submitted tricks

Sometimes you need to use some packages only in your local environment, like for debug purposes. You can include service providers in your local configuration file app/config/local/app.php. You have to worry about indexes since if you just paste service provider, it will overwrite one with same index in original configuration.
lazychaser 12 years ago 8967