https://github.com/bluzphp/module-profile
Module Users Profile for Bluz framework
https://github.com/bluzphp/module-profile
bluz-module
Last synced: 11 months ago
JSON representation
Module Users Profile for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-profile
- Owner: bluzphp
- License: mit
- Created: 2017-10-17T16:00:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:17.000Z (about 4 years ago)
- Last Synced: 2025-01-19T15:39:04.076Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Users Profile for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-profile)
[](https://travis-ci.com/bluzphp/module-profile)
[](https://scrutinizer-ci.com/g/bluzphp/module-profile/)
[](https://packagist.org/packages/bluzphp/module-profile)
[](https://packagist.org/packages/bluzphp/module-profile)
## Usage
### Install module
To install the module run the command:
```bash
php ./vendor/bin/bluzman module:install profile
php ./vendor/bin/bluzman db:migrate
```
### Remove module
To remove the module, run the command:
```bash
php ./vendor/bin/bluzman module:remove profile
```