|
1 | 1 | # Module auth for Bluz Skeleton
|
2 | 2 |
|
3 |
| -[](https://gitter.im/bluzphp/main) |
4 |
| - |
5 | 3 | ### Achievements
|
6 | 4 |
|
7 |
| -[](https://travis-ci.org/bluzphp/module-auth) |
8 |
| -[](https://scrutinizer-ci.com/g/bluzphp/module-auth/?branch=master) |
| 5 | +[](https://php.net/) |
| 6 | + |
| 7 | +[](https://packagist.org/packages/bluzphp/module-auth) |
| 8 | + |
| 9 | +[](https://travis-ci.org/bluzphp/module-auth) |
| 10 | + |
| 11 | +[](https://scrutinizer-ci.com/g/bluzphp/module-auth/) |
| 12 | + |
| 13 | +[](https://coveralls.io/r/bluzphp/module-auth?branch=master) |
9 | 14 |
|
10 |
| -[](https://packagist.org/packages/bluzphp/module-auth) |
11 |
| -[](https://packagist.org/packages/bluzphp/module-auth) |
| 15 | +[](https://packagist.org/packages/bluzphp/module-auth) |
12 | 16 |
|
13 |
| -[](https://packagist.org/packages/bluzphp/module-auth) |
| 17 | +[](https://packagist.org/packages/bluzphp/module-auth) |
14 | 18 |
|
15 | 19 | Usage
|
16 | 20 | -------------------------
|
17 | 21 | ### Install module
|
18 | 22 | To install the module run the command:
|
19 |
| - |
20 | 23 |
|
21 |
| - $ composer require bluzphp/module-auth |
| 24 | +```bash |
| 25 | +php /vendor/bin/bluzman module:install auth |
| 26 | +``` |
22 | 27 |
|
23 | 28 | ### Remove module
|
24 | 29 | To remove the module, run the command:
|
25 |
| - |
26 | 30 |
|
27 |
| - $ composer remove bluzphp/module-auth |
| 31 | +```bash |
| 32 | +php /vendor/bin/bluzman module:remove auth |
| 33 | +``` |
0 commit comments