panix / mod-fcm
Yii2 fcm
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:pixelion-module
Requires
This package is auto-updated.
Last update: 2024-11-07 20:29:46 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-fcm "*"
or add
"panix/mod-fcm": "*"
Add config file
<?php 'components' => [ ] ?>
to the require section of your composer.json
file.