imnotjames/smartyview

Smarty 3 视图,适用于 Illuminate 和 Laravel 4

dev-master 2013-10-09 08:26 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:00:05 UTC


README

允许你在 Laravel 4 中使用 Smarty 3

安装

imnotjames\smartyview 添加到 composer.json 的依赖项中

{
	"require": {
		"imnotjames\smartyview": "*"
	}
}

运行 composer update,应该会更新包。

接下来,你必须将 SmartyView 注册到 Laravel,在 app/config/app.php 文件中。将 'SmartyView\SmartyServiceProvider' 添加到 providers 键。