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

This package is auto-updated.

Last update: 2025-07-28 09:44:28 UTC


README

Laravel Highlight Laravel Highlight
Laravel Highlight.io

Build Status Total Downloads Latest Stable Version License

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