Download the PHP package mrstroz/yii2-wavecms without Composer
On this page you can find all versions of the php package mrstroz/yii2-wavecms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-wavecms
yii2-wavecms
Yii2 WaveCMS
It is recommended to install on Yii 2 Advanced Project Template
Installation
The preferred way to install this extension is through composer.
Run
or add
to the require section of your composer.json
file.
Required steps
-
Update
backend/config/main.php
(Yii2 advanced template) -
Uncomment
urlManager
section inbackend/config/main.php
and add .htaccess -
Update
common/config/main.php
(Yii2 advanced template) - Run migration
Add the migrationPath
in console/config/main.php
and run yii migrate
:
Or run migrates directly
-
Update
console/config/main.php
(Yii2 advanced template) - Add new WaveCMS user
Overriding classes
Classes can be overridden by:
-
classMap
attribute for WaveCMS module - Yii2 Dependency Injection configuration in
backend/config/main.php
Overriding controllers
Use controllerMap
attribute for WaveCMS module to override controllers
Overriding views
Use themes for override views
Multilingual
-
Many languages can be handle by yii2-localeurls. Follow all steps from Locale Urls installation.
-
Set CMS languages in
backend/config/main.php
for WaveCMS module -
Configure message sources see docs
- Use
message
command to add translations added in templates
Shared hosting
For shared hosting, copy and replace environments
folder from vendor/mrstroz/wavecms
and type php init
. Frontend url: /public
, Backend url: /public/admin
Available WaveCMS modules
Page (home page, text pages, menu) - https://github.com/mrstroz/yii2-wavecms-page
Example (example module) - https://github.com/mrstroz/yii2-wavecms-example
Form (form module) - https://github.com/mrstroz/yii2-wavecms-form
INWAVE - Internet Software House
inwave.eu
All versions of yii2-wavecms with dependencies
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-imagine Version ~2.2.0
yii2mod/yii2-settings Version *
mihaildev/yii2-elfinder Version *
mihaildev/yii2-ckeditor Version *
2amigos/yii2-translateable-behavior Version 0.1.3
himiklab/yii2-sortable-grid-view-widget Version *
kartik-v/yii2-widget-growl Version *
2amigos/yii2-editable-widget Version ~1.0