An open API service indexing awesome lists of open source software.

https://github.com/themodernpk/vaah-framework

Wordpress Plugin Development Framework based on Laravel Illuminate
https://github.com/themodernpk/vaah-framework

framework laravel plugin plugin-development wordpress

Last synced: about 1 month ago
JSON representation

Wordpress Plugin Development Framework based on Laravel Illuminate

Awesome Lists containing this project

README

          


Vaah Framework

Command


cd F:\xampp56\htdocs\wp_crud\wp-content\plugins\vaah-framework


composer dump-autoload


vendor\bin\phinx init


vendor\bin\phinx create VaahTasks -c phinx-config.php --template=phinx-template.php.dist
vendor\bin\phinx create VaahCategories -c phinx-config.php --template=phinx-template.php.dist


vendor\bin\phinx migrate -c phinx-config.php


//rollback
vendor\bin\phinx rollback -c phinx-config.php

//reset
vendor\bin\phinx rollback -c phinx-config.php -t 0