.env
file contains database config information that needs to be changed to use the database
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lara4db
DB_USERNAME=root
DB_PASSWORD=
by Valeri Tandilashvili
4 years ago
Laravel
Laravel From Scratch
1
Pro tip: use ```triple backticks around text``` to write in code fences