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
- Host: GitHub
- URL: https://github.com/themodernpk/vaah-framework
- Owner: themodernpk
- Created: 2017-08-07T20:09:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T13:40:51.000Z (about 7 years ago)
- Last Synced: 2025-08-04T00:18:03.821Z (10 months ago)
- Topics: framework, laravel, plugin, plugin-development, wordpress
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
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