https://github.com/bluzphp/module-push
Module Web Push for Bluz framework
https://github.com/bluzphp/module-push
bluz-module
Last synced: about 2 months ago
JSON representation
Module Web Push for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-push
- Owner: bluzphp
- License: mit
- Created: 2018-11-07T15:07:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T13:03:50.000Z (over 6 years ago)
- Last Synced: 2025-01-19T15:39:04.845Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Web Push for Bluz Skeleton
[](https://gitter.im/bluzphp/main)
### Achievements
[](https://travis-ci.org/bluzphp/module-push)
[](https://scrutinizer-ci.com/g/bluzphp/module-push/?branch=master)
[](https://packagist.org/packages/bluzphp/module-push)
[](https://packagist.org/packages/bluzphp/module-push)
[](https://packagist.org/packages/bluzphp/module-push)
Usage
-------------------------
### Install module
To install the module run the command:
```bash
php /vendor/bin/bluzman module:install push
php /vendor/bin/bluzman db:migrate
```
### Remove module
To remove the module, run the command:
```bash
php /vendor/bin/bluzman module:remove push
```