Utilities for CakePHP 3.6
- PHP >= 7.1
- CakePHP >= 3.6
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require unimatrix/cake:^3.0
Don't forget to load it under your bootstrap function in Application.php
$this->addPlugin('Unimatrix/Cake');