📄️ Installation
WordPress MVC (WPMVC) is installed via Composer (for PHP dependencies) and npm (for frontend assets/build tools). The framework includes Ayuco, a powerful CLI for setup, scaffolding, and commands.
📄️ File Structure
WordPress MVC (WPMVC) follows a clean, convention-based directory layout designed for maintainability, scalability, and separation of concerns. After installing via Composer and running the Ayuco setup wizard (php ayuco setup), your project (plugin or theme) will have the following typical structure.
📄️ Configuration
After running the Ayuco setup wizard (php ayuco setup), WordPress MVC (WPMVC) generates a clean, extensible configuration system in the app/Config/ folder. This lets you control core behavior, add custom settings, override for environments, and integrate add-ons — all without touching WordPress core files.