GitHub - bluzphp/module-test: Module Test for Bluz framework

Skip to content

Navigation Menu

Sign in

Appearance settings

Module test for Bluz Skeleton

Achievements

Latest Stable Version

Build Status

Scrutinizer Code Quality

Total Downloads

License

Usage

Install module

To install the module run the command:

php ./vendor/bin/bluzman module:install test
php ./vendor/bin/bluzman db:migrate
php ./vendor/bin/bluzman db:seed:run

Remove module

To remove the module, run the command:

php ./vendor/bin/bluzman module:remove test