torchlight-laravel
torchlight-laravel copied to clipboard
A Laravel client for Torchlight - the syntax highlighting API.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Hi, Currently, ```php ``` does not work because of the `is_file` condition which reduces what we can accept to the `file://` wrapper instead of all the [stream wrappers](https://www.php.net/manual/en/wrappers.php). The above...
I couldn't find any mention in the docs if there is an option for torchlight to `beautify` the code sent. My specific need was formatting an SQL query cleanly.
In Livewire V3 the response data looks different than livewire V2. Here are the differences: Livewire V2: Livewire V3: This means `data_get($data, 'effects.html')` will return `null` if livewire V3 is...
I am using / trying to use Torchlight with Statamic and used the docs to install it. All works local in default Statamic install. But it fails when I deploy...
Torchlight doesn't work on shared hosting. I'm getting the below error: ``` [2023-08-12 14:29:53] production.ERROR: is_file(): open_basedir restriction in effect. File(/##LARAVEL_TRIM_FIXER##[ { "message": "Test message" } ]) is not within...
For example I have created custom input component, and the way to use it is by typing In my webpage, I want to show my code as it is ........
Hi Torchlight Team, Are there plans to update torchlight-commonmark (with illuminate/support:^11.0) and Statamic 5 (with league/commonmark:^2.0)? Currently, the version conflicts make it difficult to integrate. Thanks for your time and...
## Steps to reproduce 1. Go to any page that uses torchlight, e.g. the homepage itself (https://torchlight.dev/) 2. Find a code block that uses line numbers 3. Select & copy...
Your autolinking feature is awesome. But it would be even better if there could be either * an annotation * a config option ```` ```shell composer install torchlight-api/torchlight [tl! autolink]...