nfaiz / sqlhighlighter
CodeIgniter 4 SQL Highlighter using highlightjs.
v0.0.9
2024-08-15 13:35 UTC
Requires
- codeigniter4/framework: ^4.4.0
This package is auto-updated.
Last update: 2025-03-15 18:44:05 UTC
README
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
- Dark
After
- Light
- Dark