cakesol/cake-lte

Plugin for integration of the AdminLTE package

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:cakephp-plugin

dev-master 2020-07-18 20:28 UTC

This package is auto-updated.

Last update: 2024-04-19 05:07:57 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.