PHPackages                             dariob/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. dariob/cakephp-utils

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

dariob/cakephp-utils
====================

CakePHP utilities

v13.0.2(6y ago)00MITJavaScript

Since Feb 24Pushed 6y agoCompare

[ Source](https://github.com/dariob/cakephp-utils)[ Packagist](https://packagist.org/packages/dariob/cakephp-utils)[ Docs](https://www.qobo.biz)[ RSS](/packages/dariob-cakephp-utils/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (25)Versions (131)Used By (0)

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

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

[![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)[![codecov](https://camo.githubusercontent.com/9f84d99a8da5ce04ebe4df8c955531575bdb98a0a4af8299ecb9f8d51c1a752d/68747470733a2f2f636f6465636f762e696f2f67682f516f626f4c74642f63616b657068702d7574696c732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/QoboLtd/cakephp-utils)[![BCH compliance](https://camo.githubusercontent.com/da61e5c48dcc65aa585da143188e1d9406a8f63ddc49c76546ab3909444023bc/68747470733a2f2f626574746572636f64656875622e636f6d2f656467652f62616467652f516f626f4c74642f63616b657068702d7574696c733f6272616e63683d6d6173746572)](https://bettercodehub.com/)

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

This plugin is developed by [Qobo](https://www.qobo.biz) for [Qobrix](https://qobrix.com). It can be used as standalone CakePHP plugin, or as part of the [project-template-cakephp](https://github.com/QoboLtd/project-template-cakephp) installation.

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`:

```
