Download the PHP package eugenec138/cakephp-utils without Composer
On this page you can find all versions of the php package eugenec138/cakephp-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cakephp-utils
CakePHP3.x Qobo Utils Plugin
A variety of utilities that are common and useful for several of our plugins and application.
Developed by Qobo, used in Qobrix.
Usage
Install the pugin with composer:
Load the plugin:
Check that the plugin is loaded:
The above should output the list of loaded plugins, with Qobo/Utils
being
one of them.
Functionality
AdminLTE
One of the primary objectives of this plugin is to simplify the loading and configuration of the AdminLTE theme CakePHP plugin. Here is what you need to set it up.
Load the AdminLTE plugin:
Load AdminLTE plugin configuration at the bottom of config/bootstrap.php
:
Here is an example configuration you can stick into config/admin_lte.php
:
Load AdminLTE theme in beforeRender()
method of src/Controller/AppController.php
:
Load AdminLTE Form Helper in initialize()
method of src/View/AppView.php
:
For more information on initializing and configuring the AdminLTE theme, see plugin documentation
All versions of cakephp-utils with dependencies
alt3/cakephp-swagger Version ^1.0
burzum/cakephp-file-storage Version ^1.2
burzum/cakephp-imagine-plugin Version ^2.1
cakedc/users Version ^4.0
cakephp/migrations Version ~1.0
doctrine/annotations Version v1.4.0
doctrine/instantiator Version 1.0.5
friendsofcake/crud Version ^5.2
fzaninotto/faker Version ^1.0
league/csv Version ^8.1
league/json-guard Version ^0.5
lorenzo/audit-stash Version ^1.0
maiconpinto/cakephp-adminlte-theme Version ^1.0
muffin/trash Version ^1.1
myclabs/php-enum Version ^1.5
piwik/ini Version ^1.0
pyrech/composer-changelogs Version ^1.4
zircote/swagger-php Version 2.0.8
cakephp/cakephp Version ^3.10.5