Laravel - Configuration
How can we configure our database connection?
Open up the .env file and make change to the following:
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
Where does Laravel keep all of its configuration files?
Configuration files are kept inside the config folder.
page revision: 1, last edited: 22 Oct 2016 19:16





