wamesk / laravel-telescope
Laravel Telescope Tags Middleware
2.0.2
2024-05-03 12:34 UTC
Requires
- laravel/telescope: ^5.0
README
Instalation
composer require wamesk/laravel-telescope
- No setup is required.
- Middleware is added via ServiceProvider in the package.
Search
Adds fulltext search in path, content. Add tags to all requests.
- To disable fulltext search, set
TELESCOPE_SEARCH=false
in.env
. - You can set the tag saving settings by adding a parameter to the
.env
e.g.TELESCOPE_TAG_CODE=false
- It is possible to search according to these keys even if saving tags is not allowed.
- By turning off the tag, you will only lose a quick filter.
- Keys can be written in case-insensitive