Config Manager for Laravel – Safe .env management
Stop worrying about breaking your production .env.
Config Manager helps you manage environment files safely, predictably, and with full control — inside Laravel.
🚀 What it does
• Export environment-specific configuration
• Validate required variables before any change
• Apply updates explicitly — never implicitly
• Automatically back up your current .env
• Roll back to a previous version at any time
🛡️ Safety first
✓ Your .env is never modified unless you use --apply
✓ Every apply creates a timestamped backup
✓ Rollback does not require database changes
✓ Production environments trigger explicit confirmation & warnings
Example:
php artisan config-manager:export production --dry-run --diff
Preview changes safely — before touching anything.
📦 Includes
• Full source code
• Documentation
• One-time license for a single Laravel project
Safe .env management for Laravel projects.