| 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: | 2025-10-31 03:02:00 |
| Package Statistics | |
|---|---|
| Total Downloads: | 7 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Allows you to use Smarty 3 in Laravel 4
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.