You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andreas Christodoulou edited this page Jun 20, 2014
·
1 revision
To configure Laravel to use your own configuration files for example under app/config/local, create a new file in root location called (.env_local.php) with the following code; Now everytime you call php artisan env it will return local, and Laravel will load all configuration files under app/config/local.