https://github.com/bluzphp/module-contact-us
Module Contact Us for Bluz framework
https://github.com/bluzphp/module-contact-us
bluz-module
Last synced: 2 months ago
JSON representation
Module Contact Us for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-contact-us
- Owner: bluzphp
- License: mit
- Created: 2016-12-08T07:02:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T09:55:10.000Z (over 4 years ago)
- Last Synced: 2025-01-19T15:39:06.217Z (about 1 year ago)
- Topics: bluz-module
- Language: HTML
- Size: 116 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Contact Us for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-contact-us)
[](https://travis-ci.com/bluzphp/module-contact-us)
[](https://scrutinizer-ci.com/g/bluzphp/module-contact-us/)
[](https://packagist.org/packages/bluzphp/module-contact-us)
[](https://packagist.org/packages/bluzphp/module-contact-us)
## Usage
### Install module
To install the module run the command:
```bash
php ./vendor/bin/bluzman module:install contact-us
php ./vendor/bin/bluzman db:migrate
```
### Configure
Create an application at Admin panel (https://www.google.com/recaptcha/admin), than setup *App ID* and *App Secret* in
configuration file `modules/contact-us/config.php`.
### Remove module
To remove the module, run the command:
```bash
php ./vendor/bin/bluzman module:remove contact-us
```