yash/cake-admin-lte 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yash/cake-admin-lte

Composer 安装命令:

composer require yash/cake-admin-lte

包简介

The CakePHP framework

README 文档

README

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.

##Download 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.

##Schema After download your have to first install the schema, you can either use cake shell to install schema using

$ Console/cake schema create

or you can directly import admins.sql (app/Config/admins.sql) file in your database.

##Intialize the application Now hit the url http://localhost/cakeAdminLTE/admin you are ready to go, enter the username is admin and password is 123456

####CakeAdminLTE

  • cakeAdminLTE is already built with auth authentication system within the admin panel along with admin routing.
  • open file app/Controller/AppController.php which is already set up using auth component for admin authentication.
  • you can use auth for authentcating user within the else part, you will find all information here.
  • by default if you run the application it will look for the controller, so you have to use /admin after the application name if you have not setup any other default controller.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-17