.env.dist.local
Here’s an informative feature breakdown for .env.dist.local — a file you might encounter in modern PHP (Symfony, Laravel), Node.js, or other framework projects.
---------------------------
Mailer (MailHog default)
MAILER_DSN=smtp://127.0.0.1:1025
---------------------------
APP_NAME="My App (Local Dev)" APP_ENV=local APP_DEBUG=true APP_URL=http://localhost:8000 APP_TIMEZONE=UTC .env.dist.local