Download the PHP package klsoft/yii3-cms without Composer
On this page you can find all versions of the php package klsoft/yii3-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download klsoft/yii3-cms
More information about klsoft/yii3-cms
Files in klsoft/yii3-cms
Package yii3-cms
Short Description A content management system based on the Yii 3 framework and uses the Doctrine ORM
License MIT
Informations about the package yii3-cms
YII3-CMS
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
- Create a new project from a template using the Composer package manager:
- Configure the Doctrine connection in the
config/common/params.php. -
Create and initialise the database schema:
- To run the application:
To run the application using the specified options:
Open your browser to the URL http://localhost:8080
If you would prefer to use a different web server, please refer to the Configuring web servers section. To achieve the best performance, use the Swoole HTTP server via the klsoft-web/yii3-swoole package.
How to use with Docker
- Clone the repository.
- Uncomment the line
'host' => 'mysql'in theconfig/common/params.php -
Start the application:
- Create and initialise the database schema:
Open your browser to the URL http://localhost:8080
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:validate-schema
- doctrine:orm:mapping-describe
- doctrine:orm:generate-proxies
- doctrine:orm:run-dql
- doctrine:orm:info
- doctrine:orm:clear-cache:metadata
- doctrine:orm:clear-cache:query
- doctrine:orm:clear-cache:result
- doctrine:dbal:run-sql
Display help for a command:
All versions of yii3-cms with dependencies
ext-filter Version *
ext-intl Version *
httpsoft/http-message Version ^1.1.6
klsoft/yii3-authz Version ^1.1
klsoft/yii3-cache-doctrine Version ^1.0
klsoft/yii3-datareader-doctrine Version ^1.0.1
klsoft/yii3-doctrine Version ^1.0
klsoft/yii3-rbac-doctrine Version ^1.0
npm-asset/bootstrap Version ^5.3.8
npm-asset/bootstrap-icons Version ^1.13.1
npm-asset/ckeditor Version 4.12.1
psr/container Version ^2.0.2
psr/http-factory Version ^1.1
psr/http-message Version ^2.0
psr/http-server-handler Version ^1.0.2
psr/log Version ^3.0.2
symfony/console Version ^7.4.7 || ^8.0.7
symfony/string Version ^7.4.6
symfony/uid Version ^7.4.4
yiisoft/aliases Version ^3.1.1
yiisoft/assets Version ^5.1.2
yiisoft/config Version ^1.6.2
yiisoft/csrf Version ^2.2.3
yiisoft/definitions Version ^3.4.1
yiisoft/di Version ^1.4.1
yiisoft/error-handler Version ^4.3.2
yiisoft/form-model Version ^1.1
yiisoft/html Version ^4
yiisoft/http Version ^1.3
yiisoft/input-http Version ^1.0.1
yiisoft/log Version ^2.2.0
yiisoft/middleware-dispatcher Version ^5.4
yiisoft/request-provider Version ^1.3
yiisoft/router Version ^4.0.2
yiisoft/router-fastroute Version ^4.0.3
yiisoft/session Version ^3.0.2
yiisoft/translator-message-php Version ^1.1
yiisoft/user Version ^2.3
yiisoft/view Version ^12.2.4
yiisoft/yii-console Version ^2.4.2
yiisoft/yii-dataview Version ^1.1
yiisoft/yii-event Version ^2.2
yiisoft/yii-http Version ^1.1.1
yiisoft/yii-runner-console Version ^2.2.1
yiisoft/yii-runner-http Version ^3.2.1
yiisoft/yii-view-renderer Version ^7.4.1