You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preferred way to install this extension is through composer.
3
+
This extension will make send firebase notifications easy to do for the Yii2 framework.
4
+
5
+
## Getting Started
6
+
7
+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
8
+
9
+
### Prerequisities
10
+
11
+
Yii2 application
12
+
```
13
+
composer require yiisoft/yii2
14
+
```
15
+
16
+
### Installing
17
+
18
+
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
0 commit comments