serhatozles/yii2-htmltemplateintegrator

HTML Template Integrator

v1.1 2014-12-23 20:00 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:52:10 UTC


README

PayPal Donate Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist serhatozles/yii2-htmltemplateintegrator "*"

or add

"serhatozles/yii2-htmltemplateintegrator": "*"

to the require section of your composer.json file.

What is This Extension doing?

This extension can help you for your html template integration to Yii2.

After one click, Your asset and layout files will be ready.

Properties

  1. Assets
  2. Layouts
  3. Controller
  4. Actions

It's making all of them.

Usage

Firstly, you have to put your template folder into @app/template.

And you add into @app/config/main.php

'controllerMap' => [
    'integrator' => [
        'class' => 'serhatozles\themeintegrator\Controller',
    ]
],

Example:

/frontend
/frontend/template
/frontend/template/yourtemplate
/frontend/template/yourtemplate/css
/frontend/template/yourtemplate/image
/frontend/template/yourtemplate/...
/frontend/template/yourtemplate/index.html
/frontend/template/yourtemplate/...

After, Open to web "integrator/define"

That's it.

Screenshot:

Screenshot Screenshot Screenshot Screenshot Screenshot

See