wwsh/symfony-handlebars

A bundle for integrating Handlebars into Symfony projects

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-master 2016-03-22 10:37 UTC

This package is not auto-updated.

Last update: 2024-05-03 17:29:22 UTC


README

Integrate Handlebars easily into Symfony projects.

Usage:

composer require wwsh/symfony-handlebars

Add to AppKernel.php:

new WW\HandlebarsBundle\HandlebarsBundle()

Generate assets:

php app/console assets:install --symlink

Enjoy!