An open API service indexing awesome lists of open source software.

https://github.com/reliefapplications/notifications-bundle

Using Fcm
https://github.com/reliefapplications/notifications-bundle

Last synced: 9 months ago
JSON representation

Using Fcm

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