Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 310 Bytes

Installation.md

File metadata and controls

18 lines (12 loc) · 310 Bytes

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require machour/yii2-notifications "*"

or add

"machour/yii2-notifications": "*"

to the require section of your composer.json file.