📄️ Installation
Learn how to install the WordPress MVC Framework (WPMVC) using Composer and npm. Set up MVC architecture for WordPress plugins and themes step by step.
📄️ 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.