Skip to content

z0iberg/yii2-htmltemplateintegrator

 
 

Repository files navigation

HTML Template Integrator

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

About

released

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 99.4%
  • CoffeeScript 0.6%