Download the PHP package itigoppo/cakephp-gentelella-theme without Composer
On this page you can find all versions of the php package itigoppo/cakephp-gentelella-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itigoppo/cakephp-gentelella-theme
More information about itigoppo/cakephp-gentelella-theme
Files in itigoppo/cakephp-gentelella-theme
Package cakephp-gentelella-theme
Short Description CakePHP 3.x Gentelella Theme.
License MIT
Homepage https://github.com/backstageel/cakephp-gentelella-theme
Informations about the package cakephp-gentelella-theme
CakePHP Gentelella Theme
Gentelella Theme Demo
You can view the Demo of Gentelella Theme here: https://colorlib.com/polygon/gentelella/index.html
Installation
You can install using composer.
Enable Plugin
Enable theme
Using Bootstrap UI Plugin
This Theme Uses the BootstrapUI Plugin for CakePHP to create Bootstrap Forms. The Plugin will be installed automatically if you use composer.
Follow BootstrapUI settings to configure other aspects of the Plugin.
https://github.com/FriendsOfCake/bootstrap-ui
Configure
Symlink Assets
Don't forget to Symlink Assets to improve performance
Customize Layout
Replace the files according to the image.
src/Template/Element/nav-top.ctp
src/Template/Element/aside-main-sidebar.ctp
src/Template/Element/aside/user-panel.ctp
src/Template/Element/aside/form.ctp
src/Template/Element/aside/sidebar-menu.ctp
src/Template/Element/aside-control-sidebar.ctp
src/Template/Element/footer.ctp
Page debug
Added link to default page of CakePHP.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request