imnotjames / smartyview by imnotjames

Smarty 3 Views for Illuminate and Laravel 4
7
0
3
Package Data
Maintainer Username: imnotjames
Maintainer Contact: james@notjam.es (James Ward)
Package Create Date: 2013-10-04
Package Last Update: 2013-10-09
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 15:15:56
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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.