imnotjames / smartyview
Smarty 3 Views for Illuminate and Laravel 4
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/imnotjames/smartyview
Requires
- php: >=5.3.0
- smarty/smarty: 3.*
Requires (Dev)
- illuminate/filesystem: 4.0.*
- illuminate/foundation: 4.0.*
This package is not auto-updated.
Last update: 2025-10-07 09:57:16 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.