dev-master
9999999-devHAML templating for Silex
MIT
The Requires
by Arnaud Le Blanc
1.0.1
1.0.1.0HAML templating for Silex
MIT
The Requires
by Arnaud Le Blanc
1.0
1.0.0.0HAML templating for Silex
MIT
The Requires
by Arnaud Le Blanc
Wallogit.com
2017 © Pedro Peláez
HAML templating for Silex
HAML templating for Silex using the MtHaml PHP HAML parser., (*1)
Install using composer:, (*2)
$ composer require mthaml/silex-mthaml:*
Then register the service provider:, (*3)
``` php <?php, (*4)
// after $app->register(new Silex\Provider\TwigServiceProvider() [...] $app->register(new SilexMtHaml\MtHamlServiceProvider()); ```, (*5)
Name your template with a .haml suffix, and call render as usual., (*6)
See MtHaml docs, (*7)
HAML templating for Silex
MIT
HAML templating for Silex
MIT
HAML templating for Silex
MIT