imnotjames/smartyview

Smarty 3 Views for Illuminate and Laravel 4

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

This package is not auto-updated.

Last update: 2024-04-23 03:11:41 UTC


README

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.