waxframework/waxframework

This package is abandoned and no longer maintained. The author suggests using the wpmvc/wpmvc package instead.

Wordpress plugin framework

1.0.0 2023-11-02 09:06 UTC

This package is auto-updated.

Last update: 2024-02-21 16:53:20 UTC


README

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