https://github.com/reliefapplications/notifications-bundle
Using Fcm
https://github.com/reliefapplications/notifications-bundle
Last synced: 9 months ago
JSON representation
Using Fcm
- Host: GitHub
- URL: https://github.com/reliefapplications/notifications-bundle
- Owner: ReliefApplications
- License: other
- Archived: true
- Created: 2018-02-01T08:56:49.000Z (over 8 years ago)
- Default Branch: 1.0.1
- Last Pushed: 2018-07-25T08:29:16.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T08:38:58.757Z (over 1 year ago)
- Language: PHP
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Notifications Bundle
=====================
## Installation
### Step 1: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:
```bash
$ composer require relief_applications/notifications-bundle
```
### Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php