Documentation
Database Configuration
- Create the database on your server
- Open and edit the /.env file and provide your server details:
- Open and edit the /.env file and provide following details:
- Enter App name, App env, App debug and App url
Run in terminal or CMD: php artisan key:generate generate App key
"DB_CONNECTION=mysql"
"DB_HOST=127.0.0.1"
"DB_PORT=3306"
"DB_DATABASE=laravel"
"DB_USERNAME=root"
"DB_PASSWORD="