All Projects → fruitcake → Laravel Telescope Toolbar

fruitcake / Laravel Telescope Toolbar

Licence: mit
A toolbar for Laravel Telescope, based on the Symfony Web Profiler.

Projects that are alternatives of or similar to Laravel Telescope Toolbar

Flask Empty
An empty project skeleton / boilerplate for flask projects. Powered by CookieCutter.
Stars: ✭ 569 (-1.56%)
Mutual labels:  hacktoberfest
Broot
A new way to see and navigate directory trees : https://dystroy.org/broot
Stars: ✭ 6,362 (+1000.69%)
Mutual labels:  hacktoberfest
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (-0.17%)
Mutual labels:  hacktoberfest
Vetur
Vue tooling for VS Code.
Stars: ✭ 5,421 (+837.89%)
Mutual labels:  hacktoberfest
Webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Stars: ✭ 5,282 (+813.84%)
Mutual labels:  hacktoberfest
Undercover
Actionable code coverage - detects untested code blocks in recent changes
Stars: ✭ 574 (-0.69%)
Mutual labels:  hacktoberfest
Pyrdp
RDP man-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
Stars: ✭ 567 (-1.9%)
Mutual labels:  hacktoberfest
Imgcat
It's like cat, but for images.
Stars: ✭ 577 (-0.17%)
Mutual labels:  hacktoberfest
Cucumber Ruby
Cucumber for Ruby. It's amazing!
Stars: ✭ 5,090 (+780.62%)
Mutual labels:  hacktoberfest
Rmagick
Ruby bindings for ImageMagick
Stars: ✭ 576 (-0.35%)
Mutual labels:  hacktoberfest
Oh My Posh2
A theme engine for Powershell inspired by the work done by Chris Benti on PS-Config and Oh-My-ZSH on OSX and Linux (hence the name).
Stars: ✭ 5,046 (+773.01%)
Mutual labels:  hacktoberfest
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+1177.68%)
Mutual labels:  hacktoberfest
Malsync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
Stars: ✭ 572 (-1.04%)
Mutual labels:  hacktoberfest
Awesome Micro Frontends
An Awesome list of posts, videos and tutorials on Micro Frontends
Stars: ✭ 570 (-1.38%)
Mutual labels:  hacktoberfest
Telegram History Dump
Backup Telegram chat logs using telegram-cli
Stars: ✭ 574 (-0.69%)
Mutual labels:  hacktoberfest
Introviews Flutter
☀️ A Flutter package for some material design app intro screens with some cool animations.
Stars: ✭ 570 (-1.38%)
Mutual labels:  hacktoberfest
React Foundation
Foundation as React components.
Stars: ✭ 573 (-0.87%)
Mutual labels:  hacktoberfest
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (+0%)
Mutual labels:  hacktoberfest
Sentinelsat
Search and download Copernicus Sentinel satellite images
Stars: ✭ 576 (-0.35%)
Mutual labels:  hacktoberfest
Pswinreporting
This PowerShell Module has multiple functionalities, but one of the signature features of this module is the ability to parse Security logs on Domain Controllers providing easy to use access to AD Events.
Stars: ✭ 575 (-0.52%)
Mutual labels:  hacktoberfest

Laravel Telescope Toolbar

Packagist License Latest Stable Version Total Downloads

Extends Laravel Telescope to show a powerful Toolbar

See https://github.com/laravel/telescope

Install

First install Telescope and check it works (see https://laravel.com/docs/master/telescope)

composer require laravel/telescope
php artisan telescope:install
php artisan migrate

Then just install the package with Composer and it will register automatically:

composer require fruitcake/laravel-telescope-toolbar --dev

The Toolbar will show by default when Telescope is enabled and APP_DEBUG is true.

image

Note: The Toolbar is intended for Development environments, not for production.

Publishing the config

Run this command to publish the config for this package:

php artisan vendor:publish --provider="Fruitcake\\TelescopeToolbar\\ToolbarServiceProvider"

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

Screenshots

Ajax/ Redirects stack:

image

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

image

Counter for Queries (and Cache etc):

image

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

image

License and attribution

Laravel Telescope Toolbar is open-sourced software licensed under the MIT license.

Based on Symfony Web Profiler and Laravel Telescope

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].