Skip to content
Tartoob edited this page Sep 16, 2017 · 5 revisions

Installation

Composer

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.

Configuration

You will need to add the following line to your application's config/bootstrap.php file:

    Plugin::load('Utils');

Now you are ready to use the components and behaviors of the Utils Plugin! Good luck!

Clone this wiki locally