fruitcake / laravel-telescope-toolbar

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
MIT License
778 stars 39 forks source link

[Feature] Added config option to exclude paths #42

Closed Braunson closed 4 years ago

Braunson commented 4 years ago

This takes into account the Laravel Telescope default and config paths as well as toolbar specific ones. The config has been updated to include an ignore_paths array.

Refs: #25