cakesol / cake-lte
Plugin for integration of the AdminLTE package
Requires
- almasaeed2010/adminlte: ~3.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-03-19 07:00:24 UTC
README
Requirements
- CakePHP 4.0+
- PHP 7.4+
Installation
You can install this plugin into your CakePHP application using composer. The recommended way to install composer packages is:
composer require cakesol/cake-lte
or update your composer.json file as below
"require": {
"cakesol/cake-lte": "dev-master"
},
Enable the plugin in your application by executing the command below. This would update your application’s bootstrap method, or put the $this->addPlugin('Cakesol/CakeLte'); snippet in the bootstrap for you.
bin/cake plugin load Cakesol/CakeLte
Support
Please report bugs and feature request in the issues section of this repository.
License
Copyright 2020 Solutia. All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.