Package Data | |
---|---|
Maintainer Username: | barryvdh |
Maintainer Contact: | info@fruitcake.nl (Fruitcake) |
Package Create Date: | 2019-08-09 |
Package Last Update: | 2024-10-02 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:20:45 |
Package Statistics | |
---|---|
Total Downloads: | 1,058,856 |
Monthly Downloads: | 35,601 |
Daily Downloads: | 1,849 |
Total Stars: | 777 |
Total Watchers: | 7 |
Total Forks: | 38 |
Total Open Issues: | 19 |
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