tojoo / laravel-highlight
A Laravel wrapper for highlight/highlight-php to provide syntax highlighting in your Laravel applications.
dev-main
2025-07-28 07:17 UTC
Requires
- php: ^8.2
- highlight/php-sdk: dev-main
Requires (Dev)
- laravel/framework: ^11
- laravel/pint: ^1.13.7
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.28.1
- phpstan/phpstan: 1.10.56
- rector/rector: 0.19.5
Suggests
- illuminate/contracts: for the Laravel integration
- illuminate/support: for the Laravel integration
This package is auto-updated.
Last update: 2025-07-28 09:44:28 UTC
README
Wrapper package for highlight.io SDK for Laravel.
Note
This package requires PHP 8.2+ and Laravel 11+
Installation
You can install the package via composer:
composer require tojoo-dev/laravel-highlight
Usage
WIP