2017 © Pedro Peláez
 

yii2-extension yii2-fis-smarty

基于Yii2的前端工程构建工具Fis3Smarty扩展

image

yiiplus/yii2-fis-smarty

基于Yii2的前端工程构建工具Fis3Smarty扩展

  • Thursday, April 26, 2018
  • by xiankun.geng
  • Repository
  • 2 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 63 % Grown

The README.md

Fis3 Smarty Extension for Yii 2

This extension provides a ViewRender that would allow you to use Smarty view template engine with Yii framework 2.0., (*1)

For license information check the LICENSE-file., (*2)

Documentation is at docs/guide/README.md., (*3)

Latest Stable Version Total Downloads Build Status, (*4)

Installation

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

Either run, (*6)

composer require "yiiplus/yii2-fis-smarty:^2.0.0"

or add, (*7)

"yiiplus/yii2-fis-smarty": "^2.0.0"

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

Note that the smarty composer package is distributed using subversion so you may need to install subversion., (*9)

Usage

To use this extension, simply add the following code in your application configuration:, (*10)

return [
    //....
    'components' => [
        'view' => [
            'renderers' => [
                'tpl' => [
                    'class' => 'yiiplus\fis\smarty\ViewRenderer',
                    'configDirs' => ['@app/config/fis'],
                ],
            ],
        ],
    ],
];

The Versions

26/04 2018

dev-master

9999999-dev

基于Yii2的前端工程构建工具Fis3Smarty扩展

  Sources   Download

BSD-3-Clause

The Requires

 

by Hongbin Chen
by xiankun Geng

extension yii2 smarty renderer fis3

26/04 2018

2.0.0

2.0.0.0

基于Yii2的前端工程构建工具Fis3Smarty扩展

  Sources   Download

BSD-3-Clause

The Requires

 

by Hongbin Chen
by xiankun Geng

extension yii2 smarty renderer fis3

08/03 2018

v1.2.0

1.2.0.0

基于Yii2的前端工程构建工具Fis3Smarty扩展

  Sources   Download

BSD-3-Clause

The Requires

 

by Hongbin Chen

extension yii2 smarty renderer fis3

08/03 2018

v1.1.0

1.1.0.0

基于Yii2的前端工程构建工具Fis3Smarty扩展

  Sources   Download

BSD-3-Clause

The Requires

 

by Hongbin Chen

extension yii2 smarty renderer fis3