Closed andrelandgraf closed 6 years ago
TODO: implement .env file to tell laravel what env is production and what env is development.
Fixed. Added a .env file locally with APP_ENV=local (see .env.example)
See app/config/app.php and documentation for more information.
TODO: implement .env file to tell laravel what env is production and what env is development.