https://github.com/bluzphp/module-options
Module Options for Bluz framework
https://github.com/bluzphp/module-options
bluz-module
Last synced: about 2 months ago
JSON representation
Module Options for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-options
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T08:31:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T10:09:42.000Z (over 4 years ago)
- Last Synced: 2025-01-19T15:39:03.798Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Options for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-options)
[](https://travis-ci.com/bluzphp/module-options)
[](https://scrutinizer-ci.com/g/bluzphp/module-options/)
[](https://packagist.org/packages/bluzphp/module-options)
[](https://packagist.org/packages/bluzphp/module-options)
## Usage
### Install module
To install the module run the command:
```bash
php ./vendor/bin/bluzman module:install options
php ./vendor/bin/bluzman db:migrate
```
### Remove module
To remove the module, run the command:
```bash
php ./vendor/bin/bluzman module:remove options
```