wpmvc/wpmvc

Wordpress plugin framework

Maintainers

Details

github.com/wpmvc/wpmvc

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 0

Forks: 1

Open Issues: 0

Type:project

1.0.0 2024-02-22 14:23 UTC

This package is auto-updated.

Last update: 2024-05-13 06:20:49 UTC


README

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