imnotjames/smartyview

Smarty 3 Views for Illuminate and Laravel 4
7
Install
composer require imnotjames/smartyview
PHP:>=5.3.0
License:MIT
Last Updated:Oct 9, 2013
Links: GitHub  ·  Packagist
Maintainer: imnotjames

smartyview

Allows you to use Smarty 3 in Laravel 4

Installation

Add imnotjames\smartyview as a requirement to composer.json

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

Run composer update and it should update the packages.

Next you must register SmartyView with Laravel, in app/config/app.php. Add 'SmartyView\SmartyServiceProvider' to the providers key.

Related Packages

addons/smarty

This package lets you run Smarty3 on Laravel5 elegantly.

191 0
guguanghai/smarty

This package lets you run Smarty3 on Laravel5 elegantly.

17 0
infinitysuite/display

A Feature-Rich implementation of Smarty with separated Templates and an Asset Ha...

7 0
latrell/smarty

This package lets you run Smarty3 on Laravel5 elegantly.

7,052 12
x-bird/smarty

改自latrell/smarty,增加配置项,让其支持fis smarty插件的配置项.

495 3