Download the PHP package ahmedebead/cakelte without Composer
On this page you can find all versions of the php package ahmedebead/cakelte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cakelte
CakePHP AdminLTE 3 Theme
What's the news
The CakephpLte was updated version to 3.1.0.
The CakePHP was updated version compatible to 4.2.0.
Installation
You can install using composer.
Copy Assets
After above command Run this command
Enable Plugin
Enable Theme
Enable Form
Configure
RTL Support
Just add rtl css and js to your layout (if you overwrite it )
or use rtl layout
What's the features
Layouts
There are 2 layout files.
- default it's the main layout
- rtl
RTL Support
View Blocks
There are 3 Blocks where you can extend your CakephpLteTheme.
- 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
- breadcrumb
- 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
- CakephpLteView
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