Documentation
App Configuration
- 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
"APP_NAME=your app name"
"APP_ENV=production"
"APP_KEY=your key"
"APP_DEBUG=false"
"APP_URL=your app url"