dev-master
9999999-devSmarty 3 Views for Illuminate and Laravel 4
MIT
The Requires
- php >=5.3.0
- smarty/smarty 3.*
The Development Requires
by James Ward
laravel smarty
Wallogit.com
2017 © Pedro Peláez
Smarty 3 Views for Illuminate and Laravel 4
Allows you to use Smarty 3 in Laravel 4, (*1)
Add imnotjames\smartyview as a requirement to composer.json, (*2)
{
"require": {
"imnotjames\smartyview": "*"
}
}
Run composer update and it should update the packages., (*3)
Next you must register SmartyView with Laravel, in app/config/app.php. Add 'SmartyView\SmartyServiceProvider' to the providers key., (*4)
Smarty 3 Views for Illuminate and Laravel 4
MIT
laravel smarty