Database & Environment setup
Laravel 5 ships with .env file.
Incase, you don't find it in root folder of your laravel installation, please rename .env.example to .env and then edit database, environment related details in that file.
Last updated
Was this helpful?