Ads 4 You

Downlaod New EasyiiCMS Yii2 extension and Installation

Email Id : phpmk888@gmail.com

Installation of EasyiiCMS is very similar to Yii framework 2.0.


This is the preferred way of installing EasyiiCMS. If you do not have Composer yet, you may install it by following the instructions here.

After installing Composer, run the following command to install the Composer Asset Plugin:
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"

To install EasyiiCMS shop application(includes examples of all modules), run the command below
php composer.phar create-project noumo/easyii-shop shop dev-master

To install EasyiiCMS blank application, run the command below
php composer.phar create-project noumo/easyii-start start dev-master



ARCHIVE DOWNLOAD
Download latest EasyCMS version archive(Yii framework included) and extract it in your web folder.

Download Easy Yii2 CMS

Download Htacces File


Open app/config/web.php and insert a secret random string in the cookieValidationKey parameter (line: 15).

You can generate random string on random.org.

Set the write permissions 0777 on assets, runtime and uploads folders.



INSTALLATION

Configure database connection at app/config/db.php

Set your language at app/config/web.php

Open in browser your website url. You will see EasyiiCMS Welcome page

Check the requirements.

Fill simple form and complete installation.

HOW TO CREATE YOUR OWN MODULE

In EasyiiCMS you can easily copy and change any module for your needs in few steps:




Go to modules.

Click module you want to copy and extend.
Open "copy" tab.
Type new module name, its must be unique.
Congrats! New working module created in your app folder.



MODULES

DESCRIPTION
Text module helps you to create live editable texts on frontend.

INCLUDE
use yii\easyii\modules\text\api\Text;


PUBLIC FUNCTIONS
string Text::get( $id_slug )
$id_slug integer / string Text identifier can be integer (id) or string (slug)
Returns text block.

Comments

  1. Nice blog...Very useful information is providing by ur blog..here is a way to find.
    Outsource Yii Development in India

    ReplyDelete

Post a Comment