I have a little project created with Ibis and tried to integrate Torchlight with it, but I noticed it was not rendering the code blocks as expected, in fact, it wasn't running Torchlight at all.
After debugging for a while I found that the config required for Torchlight to run was merged but not published on Packagist yet.
As of now, the current version when installing Ibis with the default command composer global require themsaid/ibis is v0.1.4 (which doesn't have the config mentioned above). So, for Torchlight to run on Ibis (at this moment, at least) we need to install the dev-master version:
This might break ibis commands if your project is a bit outdated, but after updating the ibis.php file with all the new added config keys everything should be easily fixed.
I have a little project created with Ibis and tried to integrate Torchlight with it, but I noticed it was not rendering the code blocks as expected, in fact, it wasn't running Torchlight at all.
After debugging for a while I found that the config required for Torchlight to run was merged but not published on Packagist yet.
As of now, the current version when installing Ibis with the default command
composer global require themsaid/ibisisv0.1.4(which doesn't have the config mentioned above). So, for Torchlight to run on Ibis (at this moment, at least) we need to install thedev-masterversion:composer global require themsaid/ibis:dev-masterThis might break
ibiscommands if your project is a bit outdated, but after updating theibis.phpfile with all the new added config keys everything should be easily fixed.