Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension not working with Ibis latest published version #2

Open
cristianofromagio opened this issue Aug 10, 2022 · 0 comments
Open

Comments

@cristianofromagio
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant