zertex / zxcms
Zertex CMS
1.0.2
2018-10-22 14:07 UTC
Requires
- php: >=7.1.0
- bower-asset/devicejs: ^0.7.8
- bower-asset/font-awesome: ^4.7
- bower-asset/jquery-cookie: ^1.4
- bower-asset/jquery-migrate: ^3.0
- dmstr/yii2-adminlte-asset: ^2.1
- drewm/mailchimp-api: ^2.4
- filsh/yii2-oauth2-server: *
- fishvision/yii2-migrate: *
- kartik-v/yii2-detail-view: @dev
- kartik-v/yii2-field-range: *
- kartik-v/yii2-widgets: *
- la-haute-societe/yii2-save-relations-behavior: *
- league/flysystem: ^1.0
- mihaildev/yii2-ckeditor: *
- mihaildev/yii2-elfinder: *
- omgdef/yii2-multilingual-behavior: ^2.1
- paulzi/yii2-adjacency-list: ^2.1
- paulzi/yii2-nested-sets: ^1.0
- paulzi/yii2-sortable: ^1.0
- yii-dream-team/yii2-upload-behavior: *
- yiisoft/yii2: ~2.0.6
- yiisoft/yii2-authclient: ^2.1
- yiisoft/yii2-bootstrap: ~2.0.0
- yiisoft/yii2-imagine: ^2.1
- yiisoft/yii2-jui: ^2.0
- yiisoft/yii2-queue: ^2.0
- yiisoft/yii2-redis: ^2.0
- yiisoft/yii2-swiftmailer: ~2.0.0 || ~2.1.0
- zertex/yii2-avatar-generator: *
- zertex/yii2-ckeditor: ^1.0
- zertex/yii2-elfinder: ^1.2
- zertex/yii2-gridstackjs: *
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/verify: ~0.3.1
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
This package is auto-updated.
Last update: 2024-11-12 12:32:45 UTC
README
Site management system based on Yii2 framework
Installation
To install Zertex CMS, go to the web (web, www, public_html, etc.) folder of your site in the console and type
composer create-project zertex/zxcms --keep-vcs
Dev version
composer create-project zertex/zxcms --keep-vcs --stability=dev
After creating the project, type in the console
cd zxcms
php setup.php
After completing the setup, the system will be available at the following urls
- http://domain.com - Public website
- http://admin.domain.com - Control Panel
- http://static.domain.com - Image storage
Documentation is at docs/guide/README.md.
Developer russian documentation is at docs/developer/README.md.