dev-master
9999999-dev http://cakephp.orgThe CakePHP framework
MIT
The Requires
- php >=5.3.0
- ext-mcrypt *
The Development Requires
framework cakephp adminlte
Wallogit.com
2017 © Pedro Peláez
The CakePHP framework
A minimal admin panel in cakephp using adminLTE All the application need a admin panel/interface to manage and keep an eye on the application parts, for this we need a interface for admin AdminLTE is the best admin panel theme that can be used with any application., (*1)
first clone this folder with in your system or download the zip or you can either use composer to directly install all the dependencies cakeAdminLTE using packgist., (*2)
After download your have to first install the schema, you can either use cake shell to install schema using, (*3)
$ Console/cake schema create
or you can directly import admins.sql (app/Config/admins.sql) file in your database., (*4)
Now hit the url http://localhost/cakeAdminLTE/admin you are ready to go, enter the username is admin and password is 123456, (*5)
app/Controller/AppController.php which is already set up using auth component for admin authentication./admin after the application name if you have not setup any other default controller.The CakePHP framework
MIT
framework cakephp adminlte