weison-tech/yii2-cms
Composer 安装命令:
composer create-project weison-tech/yii2-cms
包简介
An enterprise application based on yii2 basic template
关键字:
README 文档
README
This is a cms based on yii2 basic template, you can use it to build you own enterprise web site.
Directory structure
assets contains all assets files published by Yii2 assetsManager, like js, css, font file and so on.
protected
core/
commands/ contains all commands.
components/ contains all common components.
config/ contains all config files.
libs/ contains common helpers.
messages/ contains common translation files.
migrations/ contains common migration files.
model/ contains common models.
modules/ contains all core module, such as admin, file, installer module and so on.
widgets/ contains all common widgets.
modules/ contains all custom created modules.
runtime/ contains all runtime files generated by application.
vendor/ contains all components and extenstions created by composer.
static
css/ contains some css.
img/ contains some img.
js/ contains some js.
themes
default/ contains application default themes.
tools/
gulp/ contains js and css compress tool gulp.
uploads/ contains all upload files.
The online backend demo username:admin password:123456 (Please don't update the admin user)
Installation
1, Update composer asset plugin.
$ composer global require "fxp/composer-asset-plugin:*"
2, Install yii2 cms code.
$ composer create-project --prefer-dist weison-tech/yii2-cms cms
3, Create database
4, Config you virtual host so that you can visit you site.
5, According to the installation wizard step by step installation.
6, If you use application in product environment, please change the index.php who stored in root folder. when in product environment,you can compress all js and css file to one file.
7, Enter the management background configuration permissions.
8,After the permissions are configured, please modify the protected/core/config/common.php file and comment 'admin/rbac/*' under the 'notCheckPermissionAction' configuration item.
Js and css compress
1, First of all, you should install node js in your computer environment.
2, Install dependencies for this application.
$ cd tools/gulp
$ npm install
3, Use yii2 asset command to compress.
$ cd protected
$ php yii asset core/config/asset.php core/config/assets-prod.php
4, Update you application index file to production environment.
Features
-
Adminlte template for admin theme.
-
RBAC management
-
I18N
-
News management system
-
Products management system
...
Preview
Install
Frontend home page
Contact page
Use adminlte as theme, use layerui to define alert, category tree can fold.
Inline editable
Multiple image upload,Drag and drop sort
Change theme
Change language
Contact
Wechat qrcode
Donate
If you want help author to buy pizzas.
Wechat Reward Code
weison-tech/yii2-cms 适用场景与选型建议
weison-tech/yii2-cms 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 277 次下载、GitHub Stars 达 184, 最近一次更新时间为 2018 年 03 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cms」 「enterprise」 「yii2」 「AdminLTE」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 weison-tech/yii2-cms 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 weison-tech/yii2-cms 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 weison-tech/yii2-cms 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A custom URL rule class for Yii 2 which allows to create translated URL rules
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Supercharged text field validation.
A plugin module for silverstripe/silverstripe-discoverer that provides integration for Elastic Enterprise and App Search
Elastic Enterprise Search Provider for Silverstripe Forager
统计信息
- 总下载量: 277
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 185
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-03-02










