2017 © Pedro Peláez
 

yii2-extension yii2-htmltemplateintegrator

HTML Template Integrator

image

serhatozles/yii2-htmltemplateintegrator

HTML Template Integrator

  • Sunday, January 18, 2015
  • by serhatozles
  • Repository
  • 4 Watchers
  • 6 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HTML Template Integrator

PayPal Donate, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"serhatozles/yii2-htmltemplateintegrator": "*"

to the require section of your composer.json file., (*5)

What is This Extension doing?

This extension can help you for your html template integration to Yii2., (*6)

After one click, Your asset and layout files will be ready., (*7)

Properties

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

It's making all of them., (*8)

Usage

Firstly, you have to put your template folder into @app/template., (*9)

And you add into @app/config/main.php, (*10)

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

Example:, (*11)

/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", (*12)

That's it., (*13)

Screenshot:

Screenshot Screenshot Screenshot Screenshot Screenshot, (*14)

See, (*15)

The Versions

18/01 2015

dev-master

9999999-dev

HTML Template Integrator

  Sources   Download

GPL-3.0+

The Requires

 

by Avatar serhatozles

extension yii2 templateintegrator

23/12 2014

v1.1

1.1.0.0

HTML Template Integrator

  Sources   Download

GPL-3.0+

The Requires

 

by Avatar serhatozles

extension yii2 templateintegrator

15/12 2014

v1.0

1.0.0.0

HTML Template Integrator

  Sources   Download

GPL-3.0+

The Requires

 

by Avatar serhatozles

extension yii2 templateintegrator