All Projects → HeavyDots → Heavycms

HeavyDots / Heavycms

Licence: other
HeavyDots CMS - Open source CMS based on Yii2

Labels

Projects that are alternatives of or similar to Heavycms

Rageframe2
一个基于Yii2高级框架的快速开发应用引擎
Stars: ✭ 1,553 (+12841.67%)
Mutual labels:  cms, yii2
Craft
Composer starter project for Craft CMS
Stars: ✭ 122 (+916.67%)
Mutual labels:  cms, yii2
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+11333.33%)
Mutual labels:  cms, yii2
Cms
SkeekS CMS (Yii2)
Stars: ✭ 128 (+966.67%)
Mutual labels:  cms, yii2
Cms
Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
Stars: ✭ 2,713 (+22508.33%)
Mutual labels:  cms, yii2
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+5200%)
Mutual labels:  cms, yii2
Yiicms
yiicms 是采用yii2 开发的企业站系统 http://www.qxylsb.com/
Stars: ✭ 118 (+883.33%)
Mutual labels:  cms, yii2
Yii2 Cms
YiiCMS - 基于 Yii2 的高度可定制化开源 CMS
Stars: ✭ 153 (+1175%)
Mutual labels:  cms, yii2
Yii2 Cms
An enterprise application based on yii2 basic template
Stars: ✭ 188 (+1466.67%)
Mutual labels:  cms, yii2
Yii2cmf
基于yii2的cmf管理系统
Stars: ✭ 255 (+2025%)
Mutual labels:  cms, yii2
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+6075%)
Mutual labels:  cms, yii2
H2ogame
🙉 PHP Arcade Game Script. Create your own online Arcade Game platform with rating system, categories, full HTML5 design, full admin panel, pages management, advertising management, and much more --- H2OGame was a commercial script (which was sold for £27 per license). Now, it is released as a FREE (and still Open Source) software and under an Open Source license!
Stars: ✭ 8 (-33.33%)
Mutual labels:  cms
Yii2 Selectize
selectize.js wrapper for yii2.
Stars: ✭ 18 (+50%)
Mutual labels:  yii2
Simplyedit
The first CMS designed for the decentralized web
Stars: ✭ 18 (+50%)
Mutual labels:  cms
Yii2 Google Maps Markers
Google Maps Markers Widget for Yii2
Stars: ✭ 16 (+33.33%)
Mutual labels:  yii2
App Basic
Base app on SkeekS CMS (Yii2)
Stars: ✭ 10 (-16.67%)
Mutual labels:  yii2
Yii2 Slack Log
Pretty Slack log target for Yii 2
Stars: ✭ 24 (+100%)
Mutual labels:  yii2
Yii2 Helpers
Collection of useful helper functions for Yii Framework 2.0
Stars: ✭ 16 (+33.33%)
Mutual labels:  yii2
Notetoself
Command line note taking app
Stars: ✭ 16 (+33.33%)
Mutual labels:  cms
Silverstripe Markdowntextareafield
Supercharged textarea with markdown preview for Silverstripe CMS
Stars: ✭ 6 (-50%)
Mutual labels:  cms

Yii 2 Advanced Project Template

Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides
tests                    contains various tests for the advanced application
    codeception/         contains tests developed with Codeception PHP Testing Framework
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].