fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

1.6/mthaml #63

Closed ronan-gloo closed 11 years ago

ronan-gloo commented 11 years ago

Support for hybrid haml/twig throught the MtHaml library. #59 https://github.com/arnaud-lb/MtHaml Only works with MtHaml > 1.1.1

Example of use:

{% haml %}
!!!
%html
    %head
        %title Register
    %body
        %h1 Register
        = form_open(url("submit"))
        = form_input("email")
        = form_close()
WanWizard commented 11 years ago

If this requires a composer package, can you add it as a suggest to the composer.json in the fuel/fuel repo too?