kyrax324 / laravel-hubblescope
Advanced Filter to locate Laravel Telescope's entities
Installs: 1 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
This package is auto-updated.
Last update: 2024-10-30 01:59:24 UTC
README
Pre-requisite
Install & Setup the Laravel Telescope Package.
Introduction
This package is an filter tools aims to assist developers to locate entities from the Laravel Telescope Package.
Features:
- multiple tags search
- json extract search (search through
content
field) - result's json reader
- dump query (for database querying)
Installation
composer require kyrax324/laravel-hubblescope
Publish the default interaction UI:
php artisan hubblescope:publish
Customization
Currently the supported types of the default interaction UI are limited, but you may modify the config('hubblescope.modes')
in the config/hubblescope.php