Less PHP
Permalink
Hi,
As i see Less PHP already included into the vendor folder of concrete5. Can anyone help me how should i use that? What i want to do is (in raw php)
Now how should i write that at a concrete5 controller file?
As i see Less PHP already included into the vendor folder of concrete5. Can anyone help me how should i use that? What i want to do is (in raw php)
require "lessc.inc.php"; $lessc = new lessc(); $lessc->setVariables($less_variables); $lessc->compile($less_file);
Now how should i write that at a concrete5 controller file?