Environment File Composer
Pick the services your application uses, fill in the values, and copy a complete .env. The variable names are the ones the libraries actually read, so nothing fails silently on a typo.
Pick your services
Application
Database
Payments
Storage
OAuth and APIs
Monitoring
Application
Laravel core
Generate APP_KEY with: php artisan key:generate
local, staging, production
php artisan key:generate
Never true in production
debug locally, error in production
database, file, redis
In minutes
database, file, redis
sync runs jobs inline, no worker
local, public, s3
Database
MySQL / MariaDB
Services: 2 · Variables: 19 · still empty
The file is assembled in your browser. Nothing you type here is sent to us or stored anywhere.