https://github.com/bluzphp/module-test
Module Test for Bluz framework
https://github.com/bluzphp/module-test
bluz-module
Last synced: 6 months ago
JSON representation
Module Test for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-test
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T15:40:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:21.000Z (about 4 years ago)
- Last Synced: 2025-05-18T07:49:08.878Z (9 months ago)
- Topics: bluz-module
- Language: PHP
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module test for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-test)
[](https://travis-ci.com/bluzphp/module-test)
[](https://scrutinizer-ci.com/g/bluzphp/module-test/)
[](https://packagist.org/packages/bluzphp/module-test)
[](https://packagist.org/packages/bluzphp/module-test)
## Usage
### Install module
To install the module run the command:
```bash
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:
```bash
php ./vendor/bin/bluzman module:remove test
```