Skip to content

A lightncandy ("A PHP library to support almost all features of handlebars" by zordius) wrapper for Laravel 4.

Notifications You must be signed in to change notification settings

samwalshnz/lightncandy-l4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel4-lightncandy

A LightnCandy ("A PHP library to support almost all features of handlebars" by zordius) wrapper for Laravel 4.

Install

Add lightncandy-l4 as a dependency to your composer.json file

"require": {
    "laravel/framework": "4.0.*",
    "arsenederniere/lightncandy-l4": "dev-master"
}

run composer update, or composer install if this is a brand new project

Add the Service Provider

app/config/app.php

...

'Arsenederniere\LightncandyL4\LightncandyL4ServiceProvider',
    
...

Configure

You can alter the configuration options that are passed to lightncandy.php by publishing the config file.

php artisan config:publish arsenederniere/lightncandy-l4

The flags option is passed to lightncandy's compile method, you may use any FLAG_### constant used by LightnCandy.

About

A lightncandy ("A PHP library to support almost all features of handlebars" by zordius) wrapper for Laravel 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published