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 d342f81838 PHP8 support 2 3 years ago
api API clear main.local 4 years ago
backend PHP8 support 2 3 years ago
common PHP8 support 2 3 years ago
console PHP8 support 2 3 years ago
core PHP8 support 2 3 years ago
docs Init blog 6 years ago
environments MySqL migrations to utf8mb4 4 years ago
frontend PHP8 support 2 3 years ago
static PHP8 support 2 3 years ago
vagrant PHP8 support 2 3 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 PHP8 support 2 3 years ago
Yii.php Shop module rewrite 6 years ago
codeception.yml init 7 years ago
composer.json PHP8 support 2 3 years ago
init init 7 years ago
init.bat init 7 years ago
requirements.php init 7 years ago
setup.php PHP8 support 2 3 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.