Migration from PHP to Latte
Are you migrating an old project written in pure PHP to Latte? We have a tool to make the migration easier. Try it out online.
You can download the tool from GitHub or install it using Composer:
The converter does not use simple regular expression substitutions, instead it uses the PHP parser directly, so it can handle any complex syntax.
The script php-to-latte.php
is used to convert from PHP to Latte:
Example
The input file might look like this (it is part of the PunBB forum code):
Generates this template: