Skip to content

A skinny, extendable web control panel for CakePHP applications

License

Notifications You must be signed in to change notification settings

stevecomrie/layercake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LayerCake is a skinny, extendable web control panel for CakePHP 2.x web
sites and web applications.


Download:

  https://github.com/stevecomrie/layercake


Install:

  1. Unzip the plugin to your app/Plugin folder with the name LayerCake

  2. Add the plugin to your CakePHP app config by updating your
     app/Config/bootstrap.php file:

     CakePlugin::load( 'LayerCake' => array( 'routes' => true ) );

  3. Add LayerCake/Config/Schema/layercake.sql to your database

  4. Run the console shell to create your admin user:

     $ cd /my/app_folder
     $ Console/cake LayerCake.ResetAdminPassword

  5. Access the LayerCake panel by pointing your web browser at:
  
     http://your.domain.com/admin
   
 
Questions / Comments:

  Please contact: stevecomrie@gmail.com

About

A skinny, extendable web control panel for CakePHP applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published