2017 © Pedro Peláez
 

library yii2-blade

Laravel view blade for yii2

image

xiaoler/yii2-blade

Laravel view blade for yii2

  • Friday, December 11, 2015
  • by Scholer
  • Repository
  • 2 Watchers
  • 4 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

yii2-blade

将 Laravel 的 PHP 模板引擎 Blade 移植到 yii2。, (*1)

使用方式:

php // 在 web.php 中增加配置 'view' => [ 'class' => 'yii\web\View', 'defaultExtension' => 'php', 'renderers' => [ 'tpl' => [ 'class' => 'Xiaoler\Blade\Yii\ViewRenderer', ], ], ],, (*2)

注意:, (*3)

php 文件本身没必要无需使用 blade 解析。如果使用,由于无法将 $this 伪变量指向 yii\web\View 的实例,所以使用 $view 变量替代。, (*4)

引擎将视图文件目录指向 @app/views,引用模板文件时请带上文件子目录,如 site.index。, (*5)

Blade 文档:http://laravel.com/docs/5.1/blade, (*6)

The Versions

11/12 2015

dev-master

9999999-dev http://0x1.im

Laravel view blade for yii2

  Sources   Download

MIT

The Requires

 

by Scholer Liu

11/12 2015

0.1

0.1.0.0 http://0x1.im

Laravel view blade for yii2

  Sources   Download

MIT

The Requires

 

by Scholer Liu