PackageTrack
Sign in Get early access

spatie/laravel-ray

Easily debug Laravel apps

1.43.9 43M downloads/mo #644 most downloaded on Packagist spatie/laravel-ray

What this package is like to depend on

Last release 3 months ago

28 Apr 2026

Ships unpredictably

gaps range from 2 weeks to 7 months

Most releases are documented

notes for 105 of 117 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

117 releases · first in 2021

13 releases in the last 12 months

see the full history below

Release timeline

117 releases · Jan 2021 to Apr 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 117
  1. 1.43.9 28 Apr 2026
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #416
    • Fix strtolower null deprecation in RequestWatcher (PHP 8.1+) by @OtavioMoreira in #417
    • Use connection name from QueryException when creating QueryExecuted event by @oli-laban in #405

    New Contributors

    Full Changelog: 1.43.8...1.43.9

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/416
    • Fix strtolower null deprecation in RequestWatcher (PHP 8.1+) by @OtavioMoreira in https://github.com/spatie/laravel-ray/pull/417
    • Use connection name from QueryException when creating QueryExecuted event by @oli-laban in https://github.com/spatie/laravel-ray/pull/405

    New Contributors

    • @OtavioMoreira made their first contribution in https://github.com/spatie/laravel-ray/pull/417
    • @oli-laban made their first contribution in https://github.com/spatie/laravel-ray/pull/405

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.8...1.43.9

    Open source →
  2. 1.43.8 16 Apr 2026
    Release notes

    What's Changed

    Fixes two paired errors on PHP 8.5 during app boot (ReflectionException: Class "request" does not exist and Unresolvable dependency resolving [Parameter #0 [ <required> array $settings ]] in class Spatie\Ray\Settings\Settings) by making register() purely declarative and moving setProjectName() into boot().

    Full Changelog: 1.43.7...1.43.8

    Open source →
    Release notes

    What's Changed

    • Defer Ray resolution to boot phase by @freekmurze in https://github.com/spatie/laravel-ray/pull/415

    Fixes two paired errors on PHP 8.5 during app boot (ReflectionException: Class "request" does not exist and Unresolvable dependency resolving [Parameter #0 [ <required> array $settings ]] in class Spatie\Ray\Settings\Settings) by making register() purely declarative and moving setProjectName() into boot().

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.7...1.43.8

    Open source →
  3. 1.43.7 06 Mar 2026
    Release notes

    Add support for latest version zbateson/mail-mime-parser

    Open source →
    Release notes

    Add support for latest version zbateson/mail-mime-parser

    Open source →
  4. 1.43.6 19 Feb 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.43.5...1.43.6

    Open source →
    Release notes

    What's Changed

    • Supports Laravel 13 by @duncanmcclean in https://github.com/spatie/laravel-ray/pull/403

    New Contributors

    • @duncanmcclean made their first contribution in https://github.com/spatie/laravel-ray/pull/403

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.5...1.43.6

    Open source →
  5. 1.43.5 26 Jan 2026
    Release notes

    Co-Authored-By: Claude Sonnet 4.5 [email protected]

    Open source →
    Release notes

    What's Changed

    • Update skill description

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.4...1.43.5

    Open source →
  6. 1.43.4 26 Jan 2026
    Release notes

    What's Changed

    • Bump spatie/ray dependency to ^1.45.0

    Full Changelog: 1.43.3...1.43.4

    Open source →
    Release notes

    What's Changed

    • Bump spatie/ray dependency to ^1.45.0

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.3...1.43.4

    Open source →
  7. 1.43.3 13 Jan 2026
    Release notes

    What's Changed

    Full Changelog: 1.43.1...1.43.3

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/401
    • Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/397

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.1...1.43.3

    Open source →
  8. 1.43.2 15 Dec 2025
    Release notes

    Full Changelog: 1.43.1...1.43.2

    Open source →
    Release notes

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.1...1.43.2

    Open source →
  9. 1.43.1 24 Nov 2025
    Release notes

    Full Changelog: 1.43.0...1.43.1

    Open source →
    Release notes

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.43.0...1.43.1

    Open source →
  10. 1.43.0 24 Nov 2025
    Release notes

    What's Changed

    Full Changelog: 1.42.0...1.43.0

    Open source →
    Release notes

    What's Changed

    • Add more context to exceptions by @freekmurze in https://github.com/spatie/laravel-ray/pull/396

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.42.0...1.43.0

    Open source →
  11. 1.42.0 20 Nov 2025
    Release notes

    What's Changed

    • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/392

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.41.0...1.42.0

    Open source →
  12. 1.41.0 16 Oct 2025
    Release notes

    What's Changed

    • Fix PHP 8.5 deprecations by @IonBazan in https://github.com/spatie/laravel-ray/pull/393

    New Contributors

    • @IonBazan made their first contribution in https://github.com/spatie/laravel-ray/pull/393

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.40.3...1.41.0

    Open source →
  13. 1.40.3 13 Oct 2025
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.32.0 to 2.33.0 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/378
    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/379
    • Bump shivammathur/setup-php from 2.33.0 to 2.34.1 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/381
    • Bump shivammathur/setup-php from 2.34.1 to 2.35.1 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/383
    • Bump shivammathur/setup-php from 2.35.1 to 2.35.2 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/384
    • Bump shivammathur/setup-php from 2.35.2 to 2.35.3 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/386
    • Bump shivammathur/setup-php from 2.35.3 to 2.35.4 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/387
    • Fix unnecessary consecutive spaces in comment by @msng in https://github.com/spatie/laravel-ray/pull/388
    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-ray/pull/389
    • Bump shivammathur/setup-php from 2.35.4 to 2.35.5 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/390
    • Fix no-op Invador frame check in OriginFactory::getFrame() by @webpresencekyle in https://github.com/spatie/laravel-ray/pull/391
    • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/385
    • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-ray/pull/382

    New Contributors

    • @msng made their first contribution in https://github.com/spatie/laravel-ray/pull/388
    • @webpresencekyle made their first contribution in https://github.com/spatie/laravel-ray/pull/391

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.40.2...1.40.3

    Open source →
  14. 1.40.2 27 Mar 2025
    Release notes

    What's Changed

    • Respect custom path for cached views by @alies-dev in https://github.com/spatie/laravel-ray/pull/376

    New Contributors

    • @alies-dev made their first contribution in https://github.com/spatie/laravel-ray/pull/376

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.40.1...1.40.2

    Open source →
  15. 1.40.1 14 Mar 2025
    Release notes

    What's Changed

    • Fix issue #374 recent changes to mailwatcher has broken mailraw by @timvandijck in https://github.com/spatie/laravel-ray/pull/375

    New Contributors

    • @timvandijck made their first contribution in https://github.com/spatie/laravel-ray/pull/375

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.40.0...1.40.1

    Open source →
  16. 1.40.0 08 Mar 2025
    Release notes

    What's Changed

    • Allow to show emails (not just when log driver) by @glorand in https://github.com/spatie/laravel-ray/pull/373

    New Contributors

    • @glorand made their first contribution in https://github.com/spatie/laravel-ray/pull/373

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.39.1...1.40.0

    Open source →
  17. 1.39.1 05 Feb 2025
    Release notes

    What's Changed

    • Update Dependencies by @sweptsquash in https://github.com/spatie/laravel-ray/pull/369
    • Bump shivammathur/setup-php from 2.31.1 to 2.32.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/370
    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/371
    • Supports Laravel 12 by @crynobone in https://github.com/spatie/laravel-ray/pull/372

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.39.0...1.39.1

    Open source →
  18. 1.39.0 11 Dec 2024
    Release notes

    What's Changed

    • Update the Rector dependency to version ^2.0.0-rc2 by @martio in https://github.com/spatie/laravel-ray/pull/368
    • Install rector/rector during first run of php artisan ray:clean instead of requiring rector/rector by @crynobone in https://github.com/spatie/laravel-ray/pull/363
    • Add conditional query watcher and convenience methods for update, delete, insert and select queries by @patrickomeara in https://github.com/spatie/laravel-ray/pull/359

    New Contributors

    • @martio made their first contribution in https://github.com/spatie/laravel-ray/pull/368
    • @patrickomeara made their first contribution in https://github.com/spatie/laravel-ray/pull/359

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.38.0...1.39.0

    Open source →
  19. 1.38.0 03 Dec 2024

    Nothing published for this version

  20. 1.37.1 12 Jul 2024
    Release notes

    What's Changed

    • Add the xray directive to show all available variables in a Blade view.
    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/356

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.37.0...1.37.1

    Open source →
  21. 1.37.0 03 Jul 2024
    Release notes

    What's Changed

    • Add 'measure' directive to RayServiceProvider by @iurigustavo in https://github.com/spatie/laravel-ray/pull/355

    New Contributors

    • @iurigustavo made their first contribution in https://github.com/spatie/laravel-ray/pull/355

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.36.3...1.37.0

    Open source →
  22. 1.36.3 02 Jul 2024
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.30.4 to 2.30.5 by @dependabot in https://github.com/spatie/laravel-ray/pull/350
    • Bump shivammathur/setup-php from 2.30.5 to 2.31.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/353
    • Allow zbateson/mail-mime-parser ^3.0 by @JamesFreeman in https://github.com/spatie/laravel-ray/pull/354

    New Contributors

    • @JamesFreeman made their first contribution in https://github.com/spatie/laravel-ray/pull/354

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.36.2...1.36.3

    Open source →
  23. 1.36.2 02 May 2024
    Release notes

    What's Changed

    • fix signed URLs in logged mailables

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.36.1...1.36.2

    Open source →
  24. 1.36.1 12 Apr 2024
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.30.1 to 2.30.2 by @dependabot in https://github.com/spatie/laravel-ray/pull/338
    • Make implicit nullable param to explicit (PHP 8.4 compatibility) by @GromNaN in https://github.com/spatie/laravel-ray/pull/340
    • Update branch alias for version 1.x by @GromNaN in https://github.com/spatie/laravel-ray/pull/341

    New Contributors

    • @GromNaN made their first contribution in https://github.com/spatie/laravel-ray/pull/340

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.36.0...1.36.1

    Open source →
  25. 1.36.0 29 Mar 2024
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.29.0 to 2.30.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/334
    • Bump shivammathur/setup-php from 2.30.0 to 2.30.1 by @dependabot in https://github.com/spatie/laravel-ray/pull/335
    • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/336
    • Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-ray/pull/333
    • Support context by @freekmurze in https://github.com/spatie/laravel-ray/pull/337

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.35.1...1.36.0

    Open source →
  26. 1.35.1 13 Feb 2024
    Release notes

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.35.0...1.35.1

    Open source →
  27. 1.35.0 03 Feb 2024
    Release notes

    What's Changed

    • Supports Laravel 11 by @crynobone in https://github.com/spatie/laravel-ray/pull/329

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.34.0...1.35.0

    Open source →
  28. 1.34.0 25 Jan 2024
    Release notes

    What's Changed

    • Adds an artisan command to remove ray calls from your codebase.
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-ray/pull/321
    • Bump shivammathur/setup-php from 2.28.0 to 2.29.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/330

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.33.1...1.34.0

    Open source →
  29. 1.33.1 04 Jan 2024
    Release notes
    • Allow symphony stopwatch 7
    Open source →
  30. 1.33.0 04 Sep 2023
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.25.4 to 2.25.5 by @dependabot in https://github.com/spatie/laravel-ray/pull/309
    • Add ability to return the results of callable by @grantholle in https://github.com/spatie/laravel-ray/pull/314

    New Contributors

    • @grantholle made their first contribution in https://github.com/spatie/laravel-ray/pull/314

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.32.6...1.33.0

    Open source →
  31. 1.32.6 19 Jul 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/305
    • feat: support raw sql by @innocenzi in https://github.com/spatie/laravel-ray/pull/306

    New Contributors

    • @innocenzi made their first contribution in https://github.com/spatie/laravel-ray/pull/306

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.32.5...1.32.6

    Open source →
  32. 1.32.5 23 Jun 2023
    Release notes
    • fix displaying Mailables
    Open source →
  33. 1.32.4 23 Mar 2023
    Release notes

    What's Changed

    • Avoid making DB connection unless necessary by @crynobone in https://github.com/spatie/laravel-ray/pull/295

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.32.3...1.32.4

    Open source →
  34. 1.32.3 03 Mar 2023
    Release notes
    • display correct origin when using invade
    Open source →
  35. 1.32.2 06 Feb 2023
    Release notes

    What's Changed

    • Bump shivammathur/setup-php from 2.23.0 to 2.24.0 by @dependabot in https://github.com/spatie/laravel-ray/pull/291
    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-ray/pull/292
    • Add context to ApplicationLogPayload by @bilfeldt in https://github.com/spatie/laravel-ray/pull/293

    New Contributors

    • @bilfeldt made their first contribution in https://github.com/spatie/laravel-ray/pull/293

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.32.1...1.32.2

    Open source →
  36. 1.32.1 26 Jan 2023
    Release notes

    What's Changed

    • Make DB connection optional by @lentex in https://github.com/spatie/laravel-ray/pull/290

    New Contributors

    • @lentex made their first contribution in https://github.com/spatie/laravel-ray/pull/290

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.32.0...1.32.1

    Open source →
  37. 1.32.0 11 Jan 2023
    Release notes
    • add support for Laravel 10
    Open source →
  38. 1.31.0 20 Sep 2022
    Release notes

    What's Changed

    • Added in comment to docblock for linux docker users by @jaetoole in https://github.com/spatie/laravel-ray/pull/271
    • @ray blade directive completion for Laravel Idea(PhpStorm) by @adelf in https://github.com/spatie/laravel-ray/pull/273

    New Contributors

    • @jaetoole made their first contribution in https://github.com/spatie/laravel-ray/pull/271
    • @adelf made their first contribution in https://github.com/spatie/laravel-ray/pull/273

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.30.0...1.31.0

    Open source →
  39. 1.30.0 29 Jul 2022
    Release notes

    What's Changed

    • Add send_deprecated_notices_to_ray to config stub by @squatto in https://github.com/spatie/laravel-ray/pull/267
    • Feat: Slow query configuration by @fullstackfool in https://github.com/spatie/laravel-ray/pull/269

    New Contributors

    • @fullstackfool made their first contribution in https://github.com/spatie/laravel-ray/pull/269

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.29.7...1.30.0

    Open source →
  40. 1.29.7 27 May 2022

    Nothing published for this version

  41. 1.29.6 15 Apr 2022

    Nothing published for this version

  42. 1.29.5 05 Apr 2022

    Nothing published for this version

  43. 1.29.4 22 Feb 2022

    Nothing published for this version

  44. 1.29.3 15 Feb 2022
    Release notes
    • correctly display mailables that are written to the log in Laravel 9
    Open source →
  45. 1.29.2 13 Feb 2022

    Nothing published for this version

  46. 1.29.1 09 Feb 2022
    Release notes
    • moved dependency
    Open source →
  47. 1.29.0 13 Jan 2022
    Release notes
    • automatically set project name
    Open source →
  48. 1.28.0 11 Jan 2022
    Release notes

    1.28.0

    • allow Laravel 9
    Open source →
  49. 1.27.2 27 Dec 2021
    Release notes
    • Fix: make sure there is always a VarDumper handler registered to output to HTML or CLI

    Full Changelog: https://github.com/spatie/laravel-ray/compare/1.27.1...1.27.2

    Open source →
  50. 1.27.1 27 Dec 2021

    Nothing published for this version

  51. 1.27.0 26 Dec 2021

    Nothing published for this version

  52. 1.26.5 21 Dec 2021

    Nothing published for this version

  53. 1.26.4 10 Dec 2021

    Nothing published for this version

  54. 1.26.3 22 Nov 2021

    Nothing published for this version

  55. 1.26.2 15 Nov 2021

    Nothing published for this version

  56. 1.26.1 01 Oct 2021
    Release notes
    • fix #217 error with duplicate queries log (#220)
    Open source →
  57. 1.26.0 27 Sep 2021
    Release notes
    • feature duplicate queries (#216)
    Open source →
  58. 1.25.2 10 Sep 2021
    Release notes
    • enhance metadata instead of overriding it in when sending a request (#215)
    Open source →
  59. 1.25.1 07 Sep 2021
    Release notes
    • add support for zbateson/mail-mime-parser v2 (#214)
    Open source →
  60. 1.25.0 27 Aug 2021
    Release notes
    • add tags to cache payload (#210)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive