.env File Editor Edit your environment variables. Changes take effect after saving and clearing the config cache.
{{ $this->form }}
Save Changes Reload from File Clear Config Cache
Important Notes
  • A backup is automatically created before saving (saved as .env.backup.YYYY-MM-DD_HH-MM-SS)
  • After saving, the config cache is automatically cleared for changes to take effect
  • Incorrect values may break your application - always test after making changes
  • Never commit .env files to version control
  • Some changes may require restarting your web server or queue workers