Database setup
Laravel 5 ships with .env file.
Incase, you don't find it in root folder of your laravel installation,
execute following command in terminal to make it.
cp .env.example .env
then edit database, environment related details in that file.
Last updated
Was this helpful?