CakeAdminLTE is based on Twitter Bootstrap 3.0+ and AdminLTE Theme for CakePHP 2.4+
CakeAdminLTE also uses the following libraries:
- 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.
- v.1.0
- Initial release