Skip to content

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published