ddev-magento
Installation
SKILL.md
Workflow
This skill provides comprehensive management for high-performance Magento 2 environments on DDEV.
1. Environment & Services
- Start/Stop: Use
ddev startorddev stop. - Project Info: Run
ddev describeto see URLs for:- Web Server: (Main store URL)
- PhpMyAdmin: Database management interface.
- Mailpit: Email testing interface.
- XHGui: Performance profiling UI.
- RabbitMQ: Management dashboard.
- Performance (Mutagen): For macOS/Windows, ensure Mutagen is enabled for optimal speed:
ddev config --performance-mode=mutagen.