CakeAdminLTE is based on AdminLTE Theme for CakePHP 2.4+
CakeAdminLTE v.1.0
AdminLTE Dashboard and Control Panel Template
Quick Start
- Download the .zip file
- Extract the files into your CakePHP folder
- To enable your theme add the following to your "app/Controller/AppController.php" class:
public $theme = "CakeAdminLTE";
IMPORTANT: If you would like to bake your app, please make sure you have enabled the theme before baking.
DOWNLOAD: CakeAdminLTE
Hi Dear,
ReplyDeleteI hope you are doing well. I want to showcase these free responsive admin templates to your site in article
http://themifycloud.com/downloads/janux-free-responsive-admin-dashboard-template/
http://themifycloud.com/downloads/kadmin-free-responsive-admin-dashboard-template/
You can also showcase our paid templates or themes with affiliate id(we give 30% of each sale.)
HI Sir,
ReplyDeleteI am using your theme in cakephp, but i am facing issue in index page it shows 20 records per page only please advice us.
By default, using Cakephp $this->paginate limit is 20..in your controller. You could use find instead. Or add limit to 0
Delete