| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS 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.
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!
| Back | FazBrowse Home | New Git URL |