torchlight-laravel
torchlight-laravel copied to clipboard
A Laravel client for Torchlight - the syntax highlighting API.
Results
22
torchlight-laravel issues
Sort by
recently updated
recently updated
newest added
Hi Torchlight Team, With the release of Laravel 11, the middleware configuration process has changed significantly. Middleware registration is now handled in bootstrap/app.php rather than Http/Kernel.php. However, your current documentation...
Hi! I'm trying to use Torchlight to highlight code blocks in a blog that use Filament to create the posts. The code blocks are saved through a rich editor field...