2017 © Pedro Peláez
 

library smartyview

Smarty 3 Views for Illuminate and Laravel 4

image

imnotjames/smartyview

Smarty 3 Views for Illuminate and Laravel 4

  • Wednesday, October 9, 2013
  • by imnotjames
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

smartyview

Allows you to use Smarty 3 in Laravel 4, (*1)

Installation

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)

The Versions

09/10 2013

dev-master

9999999-dev

Smarty 3 Views for Illuminate and Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel smarty