Skip to content
forked from wpmvc/wpmvc

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

License

Notifications You must be signed in to change notification settings

sovware/waxframework

 
 

Repository files navigation

Total Downloads Latest Stable Version License

About WaxFramework

WaxFramework 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 waxframework

    composer create-project waxframework/waxframework 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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.3%
  • JavaScript 41.7%