Configuration

You can change some settings manually after the initial setup. Just open the .env file and change the data.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=shorty
DB_USERNAME=root
DB_PASSWORD=root

Don't forget to run the following command to clear config cache after every change:

php artisan config:cache

Last updated

Was this helpful?