We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require cakemanager/cakephp-utils:dev-master
For the stable use, use the 1.0 branch.
1.0
You will need to add the following line to your application's config/bootstrap.php file:
config/bootstrap.php
Plugin::load('Utils');
Now you are ready to use the components and behaviors of the Utils Plugin! Good luck!