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=rootDon't forget to run the following command to clear config cache after every change:
php artisan config:cacheLast updated
Was this helpful?