zertex/zxcms

Zertex CMS

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Forks: 1

Type:project

1.0.2 2018-10-22 14:07 UTC

This package is auto-updated.

Last update: 2024-04-12 11:18:28 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

Documentation is at docs/guide/README.md.

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