nfaiz/sqlhighlighter

CodeIgniter 4 SQL Highlighter using highlightjs.

v0.0.9 2024-08-15 13:35 UTC

This package is auto-updated.

Last update: 2025-03-15 18:44:05 UTC


README

GitHub GitHub repo size Hits

CodeIgniter 4 SQL Highlighter

Description

A Better Look SQL Highlighter for CodeIgniter 4 database debug toolbar using highlightjs.

Warning

Warning! This library will modify several CodeIgniter 4 system files. Use at your own risk.

Table of contents

Installation

Install via composer:

composer require nfaiz/sqlhighlighter

Setup

Run following command using command prompt/terminal.

php spark hl:setup

Modify SQL Highlighter Assets.

Open app/Config/Toolbar.php and find $sqlHighlighterAssets

    public array $sqlHighlighterAssets = [
        'js' => 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js',
        'css_light' => 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/atom-one-light.min.css',
        'css_dark' => 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/atom-one-dark.min.css',
    ];

Screenshot

Before

  • Light

Light mode

  • Dark

Dark mode

After

  • Light

Light mode

  • Dark

Dark mode