PHPackages                             eugenec137/cakephp-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eugenec137/cakephp-utils

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

eugenec137/cakephp-utils
========================

CakePHP utilities

v1.0.0(3y ago)0121MITJavaScript

Since Jul 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EugeneMakita/cakephp-utils-v2)[ Packagist](https://packagist.org/packages/eugenec137/cakephp-utils)[ RSS](/packages/eugenec137-cakephp-utils/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (21)Versions (2)Used By (1)

CakePHP3.x Qobo Utils Plugin
============================

[](#cakephp3x-qobo-utils-plugin)

[![codecov](https://camo.githubusercontent.com/9f84d99a8da5ce04ebe4df8c955531575bdb98a0a4af8299ecb9f8d51c1a752d/68747470733a2f2f636f6465636f762e696f2f67682f516f626f4c74642f63616b657068702d7574696c732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/QoboLtd/cakephp-utils)[![Build Status](https://camo.githubusercontent.com/b9164ede58afe92160ceff2a58a99412d16c8124aa7821e27845fedd9bea1654/68747470733a2f2f7472617669732d63692e6f72672f516f626f4c74642f63616b657068702d7574696c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/QoboLtd/cakephp-utils)[![Latest Stable Version](https://camo.githubusercontent.com/775c4e783bb997a9742fb22b436ddcb109bbcad6a9314263b5fea21d805a785a/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7574696c732f762f737461626c65)](https://packagist.org/packages/qobo/cakephp-utils)[![Total Downloads](https://camo.githubusercontent.com/31e585e256077e2de6a853e2628da7e55c65e235e891ac2aacdaac05fc45b28d/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7574696c732f646f776e6c6f616473)](https://packagist.org/packages/qobo/cakephp-utils)[![Latest Unstable Version](https://camo.githubusercontent.com/e91a975f02bc8e67263a309f4aed9b4d640fe73133b14a68f05f59ab5c41aa8a/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7574696c732f762f756e737461626c65)](https://packagist.org/packages/qobo/cakephp-utils)[![License](https://camo.githubusercontent.com/f0e3dae905c415ddf4e48c8f591d08392186017434f8100bc142c67581876a8f/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7574696c732f6c6963656e7365)](https://packagist.org/packages/qobo/cakephp-utils)

A variety of utilities that are common and useful for several of our plugins and application.

Developed by [Qobo](https://www.qobo.biz), used in [Qobrix](https://qobrix.com).

Usage
-----

[](#usage)

Install the pugin with composer:

```
composer require qobo/cakephp-utils

```

Load the plugin:

```
bin/cake plugin load Qobo/Utils --bootstrap

```

Check that the plugin is loaded:

```
bin/cake plugin loaded

```

The above should output the list of loaded plugins, with `Qobo/Utils` being one of them.

Functionality
-------------

[](#functionality)

AdminLTE
--------

[](#adminlte)

One of the primary objectives of this plugin is to simplify the loading and configuration of the [AdminLTE](https://github.com/maiconpinto/cakephp-adminlte-theme)theme CakePHP plugin. Here is what you need to set it up.

Load the AdminLTE plugin:

```
bin/cake plugin load AdminLTE --routes --bootstrap
```

Load AdminLTE plugin configuration at the bottom of `config/bootstrap.php`:

```
Configure::load('admin_lte', 'default');
```

Here is an example configuration you can stick into `config/admin_lte.php`:

```
