Download the PHP package barelab/cakephp-adminlte-theme without Composer
On this page you can find all versions of the php package barelab/cakephp-adminlte-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download barelab/cakephp-adminlte-theme
More information about barelab/cakephp-adminlte-theme
Files in barelab/cakephp-adminlte-theme
Package cakephp-adminlte-theme
Short Description CakePHP 3.x AdminLTE Theme.
License MIT
Homepage https://github.com/maiconpinto/cakephp-adminlte-theme
Informations about the package cakephp-adminlte-theme
CakePHP AdminLTE Theme (1.1.0)
What's the news
The AdminLTE was updated version to 2.4.5.
The CakePHP was updated version compatible to 4.0.x.
This release 1.1.0 is can be considered the stable version, as indicated in the SemVer.org recommendations.
Installation
You can install using composer.
Enable Plugin
Before of CakePHP 3.7
Enable Theme
Enable Form
Configure
Before of CakePHP 3.7
Customize Layout
If you want to Customize Layout
What's the features
Layouts
There are 10 layout files.
- boxed
- collapsed
- default it's the main layout
- documentation
- fixed
- lockscreen
- login
- register
- top
View Blocks
There are 3 Blocks where you can extend your theme.
- css
One example is src/Template/Pages/home.ctp
:
- script
One example is src/Template/Pages/home.ctp
:
- scriptBottom
One example is src/Template/Pages/home.ctp
:
Elements
There are 7 element files.
- Element/
- aside/
- form
- sidebar-menu
- user-panel
- aside-control-sidebar
- aside-main-sidebar
- footer
- nav-top
- aside/
Flash Message
The theme is prepared to show Flash Messages.
Bake
One of the better Cake features. The theme is prepared to use Bake.
View
- AdminLTEView
This is one the better theme feature. It change the pattern how Cake show view files.
Basically, you overwrite any theme, plugin and prefix files.
- src/Template/Plugin/$theme/Plugin/$plugin/$prefix/
- src/Template/Plugin/$theme/Plugin/$plugin/
- src/Template/Plugin/$theme/$prefix/
- src/Template/Plugin/$theme/
FormHelper
FormHelper by default has format template based on Foundation template. This helper overwrite these templates.
Behavior
- DatepickerBehavior
When you configure App.defaultLocale
to pt_BR
this Behavior is util.
Locale
When you configure App.defaultLocale
to pt_BR
this Locale is util.
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