You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Error202 0dfad63b0e MySqL migrations to utf8mb4 2 4 years ago
api API clear main.local 4 years ago
backend Auth service fix 5 years ago
common MySqL migrations to utf8mb4 2 4 years ago
console MySqL migrations to utf8mb4 4 years ago
core Frontend menu child item url use rules 6 years ago
docs Init blog 6 years ago
environments MySqL migrations to utf8mb4 4 years ago
frontend Update php7.4 4 years ago
static Blog languages 6 years ago
vagrant Config fix 4 years ago
.bowerrc init 7 years ago
.editorconfig Reformat some code 6 years ago
.gitignore Using zertex/yii2-avatar-generator 6 years ago
LICENSE.md License change 2 6 years ago
README.md Installer settings fix 6 years ago
Vagrantfile Update php7.4 4 years ago
Yii.php Shop module rewrite 6 years ago
codeception.yml init 7 years ago
composer.json Site name from settings 6 years ago
init init 7 years ago
init.bat init 7 years ago
requirements.php init 7 years ago
setup.php Add in ModuleService and console module controller set-system-method 6 years ago
yii.bat init 7 years ago

README.md

Zertex CMS

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

Documentation is at docs/guide/README.md.

Developer russian documentation is at docs/developer/README.md.