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

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

Awesome Lists containing this project

README

          

# Module test for Bluz Skeleton
## Achievements

[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/module-test.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/module-test)

[![Build Status](https://img.shields.io/travis/bluzphp/module-test/master.svg?style=flat)](https://travis-ci.com/bluzphp/module-test)

[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/module-test.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/module-test/)

[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/module-test.svg?style=flat)](https://packagist.org/packages/bluzphp/module-test)

[![License](https://img.shields.io/packagist/l/bluzphp/module-test.svg?style=flat)](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
```