All Projects → weison-tech → Yii2 Cms

weison-tech / Yii2 Cms

Licence: other
An enterprise application based on yii2 basic template

Projects that are alternatives of or similar to Yii2 Cms

Rageframe2
一个基于Yii2高级框架的快速开发应用引擎
Stars: ✭ 1,553 (+726.06%)
Mutual labels:  cms, yii2, rbac
Yii2 Db Rbac
Dynamic control of access rights in YII2
Stars: ✭ 106 (-43.62%)
Mutual labels:  yii2, rbac
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+629.79%)
Mutual labels:  cms, yii2
Craft
Composer starter project for Craft CMS
Stars: ✭ 122 (-35.11%)
Mutual labels:  cms, yii2
Heavycms
HeavyDots CMS - Open source CMS based on Yii2
Stars: ✭ 12 (-93.62%)
Mutual labels:  cms, yii2
Yii2 Adminlte Asset
AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
Stars: ✭ 1,124 (+497.87%)
Mutual labels:  yii2, adminlte
Yiicms
yiicms 是采用yii2 开发的企业站系统 http://www.qxylsb.com/
Stars: ✭ 118 (-37.23%)
Mutual labels:  cms, yii2
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (+147.34%)
Mutual labels:  cms, adminlte
Yii2 Ace Admin
我的Yii2 Admin后台项目
Stars: ✭ 130 (-30.85%)
Mutual labels:  yii2, rbac
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-28.72%)
Mutual labels:  cms, enterprise
Yii2 Cms
YiiCMS - 基于 Yii2 的高度可定制化开源 CMS
Stars: ✭ 153 (-18.62%)
Mutual labels:  cms, yii2
Typo3.cms
The TYPO3 Core - Enterprise Content Management System. Synchronized read-only mirror of http://git.typo3.org/Packages/TYPO3.CMS.git
Stars: ✭ 761 (+304.79%)
Mutual labels:  cms, enterprise
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+294.15%)
Mutual labels:  cms, yii2
Gui Rbac Yii2
GUI for RBAC Yii2 Auth manager
Stars: ✭ 83 (-55.85%)
Mutual labels:  yii2, rbac
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+238.3%)
Mutual labels:  cms, yii2
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-11.7%)
Mutual labels:  enterprise, adminlte
yii2-rest-rbac
yii2 rbac yii2 rest RBAC Auth manager for Yii2 RESTful(YII2权限管理rbac--rest接口方式)
Stars: ✭ 79 (-57.98%)
Mutual labels:  yii2, rbac
Yii2cmf
基于yii2的cmf管理系统
Stars: ✭ 255 (+35.64%)
Mutual labels:  cms, yii2
Cms
SkeekS CMS (Yii2)
Stars: ✭ 128 (-31.91%)
Mutual labels:  cms, yii2
Codo Admin
基于Tornado实现,提供Restful风格的API,提供基于RBAC的完善权限管理,可对所有用户的操作进行审计
Stars: ✭ 163 (-13.3%)
Mutual labels:  cms, rbac

Yii2 CMS

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)

The online frontend demo

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

  1. Adminlte template for admin theme.

  2. RBAC management

  3. I18N

  4. News management system

  5. Products management system

    ...

Preview

Install

install

install2

Frontend home page

home

Contact page

contact

Use adminlte as theme, use layerui to define alert, category tree can fold.

category

Inline editable

editable

Multiple image upload,Drag and drop sort

sort

Change theme

change theme

Change language

language

Contact

Wechat qrcode

language

Donate

If you want help author to buy pizzas.

Wechat Reward Code

language

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].