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

https://github.com/bluzphp/module-comments

Module Comments for Bluz framework
https://github.com/bluzphp/module-comments

Last synced: about 2 months ago
JSON representation

Module Comments for Bluz framework

Awesome Lists containing this project

README

          

# Module Comments for Bluz Skeleton
## Achievements

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

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

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

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

[![License](https://img.shields.io/packagist/l/bluzphp/module-comments.svg?style=flat)](https://packagist.org/packages/bluzphp/module-comments)

## Usage
### Install module
To install the module run the command:

```bash
php /vendor/bin/bluzman module:install comments
php /vendor/bin/bluzman db:migrate
```

### Remove module
To remove the module, run the command:

```bash
php /vendor/bin/bluzman module:remove comments
```