Installation

Using Composer

To install this plugin, run composer require kerox/fcm or add this snippet in your project’s composer.json.

{
    "require": {
        "kerox/fcm": "~1.0"
    }
}