Installation¶
Using Composer¶
To install this plugin, run composer require ker0x/cakephp-push
or add this snippet in your project’s composer.json
.
{
"require": {
"ker0x/cakephp-push": "dev-master"
}
}
Enable plugin¶
You need to enable the plugin in your config/bootstrap.php
file:
Plugin::load('ker0x/Push', ['bootstrap' => true]);