Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
How can i use Twig on FuelPHP?
  • i've installed twig via composer what should i do next?

  • HarroHarro
    Accepted Answer
    Make sure you load the parser package in the always_load section of your app config.
    Create a twig view the same way you would make a normal (php) view. 
    Save the file with a ".twig" extension.
    Use it in your code: View::forge('someviewnamehere.twig'), like you would do a standard view.
  • Thank you Harro! that worked :)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion