klsoft/yii3-cms

It is a content management system based on the Yii 3 framework and uses the Doctrine ORM

Maintainers

Package info

github.com/klsoft-web/yii3-cms

Type:project

pkg:composer/klsoft/yii3-cms

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-12 15:11 UTC

This package is auto-updated.

Last update: 2026-03-12 15:13:28 UTC


README

It is a content management system based on the Yii 3 framework and uses the Doctrine ORM.

Features

  • Create and manage pages, posts, and navigation.
  • Design SEO-friendly URLs.
  • Manage permissions.

Requirements

  • PHP 8.2 - 8.5.

How to use

  1. Create a new project from a template using the Composer package manager:
composer create-project klsoft/yii3-cms my_site
cd my_site
  1. Configure the Doctrine connection in the config/common/params.php.

  2. Run the init console command:

APP_ENV=dev ./yii init
  1. To run the app:
APP_ENV=dev ./yii serve --port=8383

Open your browser to the URL http://localhost:8383

The following the Doctrine console commands are currently available:

  • doctrine:orm:schema-tool:create
  • doctrine:orm:schema-tool:drop
  • doctrine:orm:schema-tool:update
  • doctrine:orm:clear-cache:metadata
  • doctrine:orm:validate-schema
  • doctrine:orm:mapping-describe
  • doctrine:orm:run-dql
  • doctrine:orm:info
  • doctrine:orm:generate-proxies
  • doctrine:orm:clear-cache:query
  • doctrine:orm:clear-cache:result
  • doctrine:dbal:run-sql