Database Connection
Here are a few options for database connections. Although provided for demonstration purposes, using one of them is not required.
MySQL
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=DB_DATABASE=test // set as per your database name
DB_USERNAME=root // add your database username
DB_PASSWORD= // add your database password if you wantLast updated