Skip to content
/ wpmvc Public

WpMVC is a wordpress plugin framework that makes web development easy and enjoyable.

License

Notifications You must be signed in to change notification settings

wpmvc/wpmvc

Repository files navigation

Total Downloads Latest Stable Version License

About WpMVC

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.

Installation

  1. Create plugin with wpmvc

    composer create-project wpmvc/wpmvc plugin-name
  2. Go to the plugin directory

    cd plugin-name
  3. Setup plugin name and other information

    php artisan app:setup

Artisan Command

Run this command to see all available command lists

php artisan

Routing

Routing Documentation

Database

Database Documentation

Regenerate Vendor Directory

To re-generate vendor folder don't use composer install / php artisan app:setup

Use

composer setup

About

WpMVC is a wordpress plugin framework that makes web development easy and enjoyable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published