Download the PHP package arodu/cakelte without Composer
On this page you can find all versions of the php package arodu/cakelte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arodu/cakelte
More information about arodu/cakelte
Files in arodu/cakelte
Informations about the package cakelte
CakeLTE: AdminLTE plugin for CakePHP 5.x
If it's helpful you can buy me a coffee, thanks!
Getting Started
Dependencies
- FriendsOfCake/bootstrap-ui, transparently use Bootstrap 4 with CakePHP 4.
- AdminLTE 3.2, bootstrap 4 admin theme.
Installing
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Configuration
You can load the plugin using the shell command:
add AdminLTE symlink to webroot
How to use
Copy the file vendor/arodu/cakelte/config/cakelte.php
to config/cakelte.php
In this file you can change the cakelte configuration options
use trait into src/View/AppView.php
(Recomended)
or you can extends from CakeLteView
Options layouts
CakeLte.default
CakeLte.login
CakeLte.top-nav
Create code from bake
To modify the template you can copy one or all the files within your project, copying the following files in the folder templates/plugin/CakeLte/
and keeping the same structure of templates/
Replace the files elements
- Layouts
templates/layout/default.php
templates/layout/login.php
templates/layout/top-nav.php
- Content
templates/element/content/header.php
- Header navbar
templates/element/header/main.php
templates/element/header/menu.php
templates/element/header/messages.php
templates/element/header/notifications.php
templates/element/header/search-default.php
templates/element/header/search-block.php
- Footer
templates/element/footer/main.php
- Left sidebar
templates/element/sidebar/main.php
templates/element/sidebar/menu.php
templates/element/sidebar/search.php
templates/element/sidebar/user.php
- Right sidebar
templates/element/aside/main.php
Or you can use the following command to copy all files
Page debug
Link to debug
License
This project is licensed under the MIT License - see the LICENSE file for details
All versions of cakelte with dependencies
cakephp/cakephp Version ^5.0
friendsofcake/bootstrap-ui Version ^5.0