funson86/yii2-adminlte
最新稳定版本:0.01
Composer 安装命令:
composer create-project funson86/yii2-adminlte
包简介
Yii 2 Advanced Application Template with Adminlte Theme
README 文档
README
Backend user & password:
Login: admin
Password: qwe1234
Installation and getting started:
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
- Run the following command:
php composer.phar create-project --stability=dev funson86/yii2-adminlte yii2-adminlteto install Yii2-Adminlte. - Run command:
cd /my/path/to/yii2-adminlte/and go to main application directory. - Run command:
php requirements.phpand check the requirements. - Run command:
php initto initialize the application with a specific environment. - Create a new database and adjust it configuration in
common/config/main-local.phpaccordingly. - Run command:
yii migrateto apply migrations with console commands:- m140608_201405_user_init : user table
- m140608_201406_rbac_init : rabc 4 tables of auth_assignment, auth_item, auth_item_child, auth_rule. same to yiisoft/yii2/rbac/migrations/schema-mysql.sql
- This will create tables needed for the application to work.
- You also can use database dump from
my/path/to/yii2-adminlte/tests/yii2-adminlte.sql, but however I recommend to use migrations.
Usage
- Use the URL
http://yii2-adminlte.domainpoint toyii2-adminlte/frontend/web/to access application frontend. - Use the URL
http://backend.yii2-adminlte.domainpoint toyii2-adminlte/backend/web/to access application backend.
Advanced Rbac
- Run command:
yii migrate --migrationPath=@console/migrations/rbacto add permission, add more rbac file here while your project growing. - To check weather show on top menu or side bar, add
'visible' => Yii::$app->user->can('readPost'),in top-menu.php or sidebar-menu.php. - To check could run action. add
if(!Yii::$app->user->can('createPost')) throw new HttpException(401, 'No Auth');in actionIndex, actionCreate, actionUpdate in XXXController.php file.
Notes:
By default will be created one super admin user with login admin and password qwe1234, you can use this data to sing in application frontend and backend.
Themes:
- Application backend it's based on "AdminLTE" template. More detail about this nice template you can find here.
- Application frontend with default Yii2 advanced frontend page.
Preview:
Related:
- Yii2-Gii : Gii for Yii2-Adminlte
- Yii2-Setting : Common Setting for Yii2
- Yii2-Blog : A Blog extension for Yii2
- Yii2-Cms : A Cms extension for Yii2
funson86/yii2-adminlte 适用场景与选型建议
funson86/yii2-adminlte 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 2.21k 次下载、GitHub Stars 达 149, 最近一次更新时间为 2014 年 12 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「application template」 「advanced」 「yii2」 「AdminLTE」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 funson86/yii2-adminlte 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 funson86/yii2-adminlte 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 funson86/yii2-adminlte 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Kinikit - PHP Application development framework MVC component
A Laravel queue connector to process jobs at the end of the application
C3JS By phpanonymous (Mahmoud Ibrahim)
Simple ASCII output of array data
E2E Studios PHP Framework adaptation of leafsphp/blade package
统计信息
- 总下载量: 2.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 149
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-12-06
