Documentation

Database Configuration

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