Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Telescope Laravel Package

laravel/telescope

Laravel Telescope is a debug assistant for Laravel that gives deep visibility into app activity: incoming requests, exceptions, logs, database queries, queued jobs, mail, notifications, cache events, scheduled tasks, dumps, and more—ideal for local development.

View on GitHub
Deep Wiki
Context7
v5.19.0
v5.18.0
5.18.0
v5.17.0
v5.16.1
v5.16.0
v5.15.0
v5.14.0
v5.13.0
v5.11.4
v5.11.2
v5.10.1
v5.9.1
v5.9.0
v5.7.0
v5.6.0
v5.5.1
v5.4.0
v5.2.4
v5.2.2
v5.2.1
v5.1.1
v5.1.0
v5.0.5
v5.0.3
v4.9.6

Fixed

v4.9.5

Fixed

v4.9.3

Fixed

v4.9.2

Changed

v4.9.1

Fixed

v4.9.0

Added

v4.8.3

Changed

v4.8.2

Fixed

v4.8.1

Changed

v4.8.0

Added

Changed

v4.7.4

Changed

Fixed

v4.7.3

Fixed

v4.7.2

Fixed

  • Fix key handling for ModelWatcher (#1180)
v4.7.1

Changed

  • Attempt to fix model hydration (#1174)
v4.7.0

Changed

  • Laravel 9 Support (#1170)
v4.6.9

Changed

  • Merge previously defined view data when building the view mailable data (#1157)

Fixed

  • Add key attribute (#1154)
  • Fix PHP 8.1 issues (#1156)
v4.6.8

Changed

  • Add support ignore request when status code specified (abc9660, #1150)
v4.6.7

Changed

  • Slow query filter method added (#1146)
v4.6.6

Changed

  • Replace Http/Uri with HTTP/URI (#1141)

Fixed

  • Fix syntax highlighting (#1142)
v4.6.5

Fixed

  • Fix mail to check to allow for null to fields (#1133)
v4.6.4

Fixed

  • Don't log HTTP requests to Telescope endpoints (#1127)
  • Laravel Octane fix: GateWatcher handles stack trace caller not found (#1128)
v4.6.3

Fixed

  • Fix telescope.domain usage (#1124)
v4.6.2

Fixed

  • Rewind http client response after recording (#1114)
v4.6.10

Fixed

  • Fix issue with array hydration (#1165)
v4.6.1

Changed

  • Record 'connection failed' http client event (#1097)
  • Unified asset publishing (#1105)

Fixes

  • Suppress filesize errors in client request watcher (#1096)
  • Use intdiv where appropriate to prevent unexpected conversion to float (#1100)
  • Fix publishing for disabled module (#1104)
v4.6.0

Added

  • Add a new "Clear Entries" button (#1091)

Changed

  • Telescope:withoutRecording() should be exception safe (#1092)

Fixed

  • Fixed frontend request polling memory leaks (#1086)
  • Fix for JobWatchers when the job payload is encrypted (#1089)
v4.5.1

Fixed

  • Http Client Link State (#1078)
  • Improve file handling in client request watcher (#1080)
v4.5.0

Added

  • Add http client request watcher (#1073)
v4.4.9

Fixed

  • Always boot commands (#1045)
  • Fix JSON indenting (#1049)
  • Fix query formatting in preview (#1050)
v4.4.8

Fixed

  • Fix query preview (#1044)
v4.4.7

Changed

  • Move booting of commands (#1034)
  • Prep For Octane (#1040)
v4.4.6

Fixed

  • Revert "[4.x] Move cache read inside handler to avoid early cache call" (#1030)
v4.4.5

Fixed

  • Move cache read inside handler to avoid early cache call (#1025)
v4.4.4

Fixed

  • Implement new GateEvaluated event (#1018)
v4.4.3

Fixed

  • Handle when $batch is null (#1013)
v4.4.2

Fixed

  • GateWatcher shows allowed when it is denied via Response class (#1010)
v4.4.10

Changed

  • Remove asset manifest check and warning (#1063)

Fixed

  • Implemented fallback for PDO::quote method on QueryWatcher (#1066)
v4.4.1

Fixed

  • Prevent access to uninitialized typed properties (#1005)
v4.4.0

Added

  • Add model hydrations to model watcher (#1000)

Fixed

  • Fix typo in memory calculation (#997)
v4.3.3

Fixed

  • Revert "[4.x] Updated db command for clearing tables" (#993)
v4.3.2

Changed

  • Updated db command for clearing tables (#991)
v4.3.1

Fixed

  • Fix for database migrations publishing path (#979)
v4.3.0

Added

  • PHP 8 Support (#977)

Changed

  • Consolidate database directory (#975)
v4.2.0

Added

  • Be able to specify only allowed paths (#963, (18c475f))
  • Added isGate() filter (#967)
  • Added isRequest() filter (#966)
v4.17.6
v4.17.4
v4.17.2
v4.17.1
v4.16.4
v4.16.3
v4.16.1
v4.16.0
v4.15.2
v4.15.0
v4.14.6
v4.14.5
v4.14.4
v4.14.3
v4.14.2
v4.14.1
v4.14.0
v4.13.2
v4.13.1

Changed

v4.13.0

Changed

Fixed

v4.12.0
v4.11.0

Added

Changed

v4.10.2
v4.10.1

Fixed

v4.10.0

Added

v4.1.0

Added

  • Dump visibility toggling, search, etc (#959)
v4.0.1

Fixed

  • Support new listeners syntax (a69fc6f)
v4.0.0

Added

  • Laravel 8 support & Batches support (#903)

Fixed

  • May be written to an empty log (#930)

Removed

  • Laravel 6 & 7 support (#860)
  • PHP 7.2 support (3c3883d)
v3.5.1

Fixed

  • Change text for Marking Exceptions as Resolved (#916)
  • Add explicit base font family fallback (#920)
  • Remove problematic unused code when formatting SQL (#924)
v3.5.0

Added

  • Add request IP address to RequestWatcher (#895)

Fixed

v3.4.0

Added

v3.3.1

Fixed

  • Changed truncate from 75 chars to 50 (#887)
  • Add index to created_at (#885)
v3.3.0

Added

  • Ability to review Exception context data (#882)
v3.2.2

Fixed

  • Fix typed properties issues (#879)
  • Remove thousands separator in time records (#877)
v3.2.1

Fixed

  • Testing fixes (#866)
  • Encode array for logging (#873)
v3.2.0

Added

  • Added isQuery in IncomingEntry (#842)

Fixed

  • Preserving the alphabetical order of providers (#841)
v3.1.1

Fixed

  • Fix array to string conversion (#839)
v3.1.0

Added

v3.0.0

Changed

  • Change Telescope::$tagUsing to an array (#694)
  • Make ignoring Laravel Nova paths configurable (#799)

Removed

  • Dropped support for Laravel 5.8
v2.1.7

Fixed

  • Handle all eval() failures from Laravel Tinker (#829)
v2.1.6

Fixed

  • ReflectionException when used with debugbar (#825)
v2.1.5

Fixed

  • Only log file/line for exception trace (#817)
v2.1.4

Fixed

  • Avoiding to create guard (#810)
v2.1.3

Fixed

  • Check if composers key exists (#797)
v2.1.2

Fixed

  • Enable redis events by default if the watcher is enabled (#789)
  • Fix Round queries duration to 2 decimal places (#791)
  • Fix ignore generic listeners as view composer (#794)
v2.1.1

Added

  • Add information about view composers (#766)
  • Add formatted output support for plain text responses (#749)
  • Added support for event ignoring (#738)
  • Show warning when manifest is outdated (#729)

Changed

  • Add the Nova API to ignore paths array (#752)
  • Use getConnection method in Migrations (#736)

Fixed

  • Properly Implode Nested(Array) Notification Routes To Fix Array To String Conversion Exception (#778)
  • Don't use familyHash for queries (#773)
  • Hide php-auth-pw server variable by default (#740)
  • Use time instead of duplicated to show global queries duration (#737)
  • Check for null values in query bindings (#727)
  • Prevent resuming recording when processing sync job (#720)
v2.1

Added

  • Jump to related entry by hash (#708)
  • Format SQL in watcher (#714)
  • Mark exceptions as resolved (#710)
  • Full timestamp on hover (#668)
  • Add memory to request watcher (#680)
  • Add view collector (#679)

Changed

  • Adding meta for disavowing robots (#703)
  • Chunk storage of exceptions and tags (#670)
  • Simplify dump error screen (#688)

Fixed

  • Log failed requests (#701)
  • Fix view tab selection order (#707)
  • Only load sfDump header once (#714)
  • Fix events with ShouldBroadcastNow (#623)
  • Support duration calculation without constant LARAVEL_START (#664)
  • Optimize dump (#683)
v2.0.6

Fixed

  • Enable chunking on delete to prevent errors on large resultsets (#658, 32c3709)
v2.0.5

Added

  • Add app name config to title and dashboard (#643), (a3f1580)

Fixed

  • JSON fallback font (#605)
  • PHPUnit 8 Warnings (#610)
  • Empty path config in frontend (#637)
v2.0.4

Fixed

v2.0.3

Changed

  • Cache key compatibility update (#583)

Fixed

  • Newline Config (#595)
v2.0.2

Fixes

  • Support apps that run carbon 1.0 (2b976e5)
v2.0.1

Added

  • Added support for Date::use(CarbonImmutable::class); (d7a3ca4)
v2.0.0

Changed

  • Update Cache to use seconds instead of minutes (#562)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport