Documentation

App Configuration

    "APP_NAME=your app name"
    "APP_ENV=production"
    "APP_KEY=your key"
    "APP_DEBUG=false"
    "APP_URL=your app url"
  1. Open and edit the /.env file and provide following details:
  2. Enter App name, App env, App debug and App url
    Run in terminal or CMD: php artisan key:generate generate App key