Laravel Telescope Dev Toolbar
Published on by Paul Redmond
Barry vd. Heuvel released a powerful toolbar for Laravel Telescope based on the Symfony web profiler:
According to the project’s readme, it’s main features include:
Current Features
- Inject Toolbar for quick info
- Show redirects and Ajax Requests
- Link to related Telescope Entry page
- Show up to 5 entries for collectors, link to details
- Supported Collectors:
- Request info / timing
- User auth
- Database queries
- Laravel/php version
- Cache hit/miss/set
- Logger entries
- Exceptions
- Mails
- Notifications
- Jobs
- Dumps (when watching the Dump screen, or using
debug(...$args)
) - Number of entries for: Commands/Models/Events
As mentioned in the readme, the styling, JavaScript, icons, and HTML are based on the Symfony Web Profiler. You can learn more about this package, get full installation instructions, and view the source code on GitHub at fruitcake/laravel-telescope-toolbar.