WpMVC is a wordpress plugin framework that makes web development easy and enjoyable. Its expressive syntax and range of features help developers create high-quality applications with ease.
-
Create plugin with wpmvc
composer create-project wpmvc/wpmvc plugin-name
-
Go to the plugin directory
cd plugin-name
-
Setup plugin name and other information
php artisan app:setup
Run this command to see all available command lists
php artisan
To re-generate vendor folder don't use composer install
/ php artisan app:setup
Use
composer setup