| Package Data | |
|---|---|
| Maintainer Username: | barryvdh |
| Maintainer Contact: | info@fruitcake.nl (Fruitcake) |
| Package Create Date: | 2019-08-09 |
| Package Last Update: | 2025-08-29 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:17:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,402,477 |
| Monthly Downloads: | 27,596 |
| Daily Downloads: | 301 |
| Total Stars: | 794 |
| Total Watchers: | 5 |
| Total Forks: | 38 |
| Total Open Issues: | 18 |
See https://github.com/laravel/telescope
First install Telescope and check it works.
Then just install the package with Composer and it will register automatically:
composer require fruitcake/laravel-telescope-toolbar:1.x@dev --dev
The Toolbar will show by default when Telescope is enabled on APP_DEBUG is true.

Note: The Toolbar is intended for Development environments, not for production.
Ajax/ Redirects stack:

Exception with preview / link to Telescope:

Counter for Queries (and Cache etc):

Preview for Mail/Notifications/Log entries with link to details:

Catch dump() calls and show them directly in the Toolbar instead of the page:

Laravel Telescope Toolbar is open-sourced software licensed under the MIT license.
The styling, javascript, some icons and html of the Toolbar and (part of) its Collectors are based on the Symfony Web Profiler. JS/CSS is mostly copied and converted to Blade syntax. Collectors are modified to show Laravel data. See https://github.com/symfony/web-profiler-bundle - Copyright (c) 2004-2019 Fabien Potencier
Data from collectors is provided by Laravel Telescope. Some styling/icons/logic are alse re-used. See https://github.com/laravel/telescope - Copyright (c) Taylor Otwell