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

Laravel Ray Laravel Package

spatie/laravel-ray

Send Laravel debug output to Ray, Spatie’s desktop debugging app. Use a consistent API to inspect variables, arrays, HTML, queries and more, measure performance, and pause execution. Works across Laravel/PHP with Ray’s rich UI.

View on GitHub
Deep Wiki
Context7
1.43.9

What's Changed

New Contributors

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

1.43.8

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: https://github.com/spatie/laravel-ray/compare/1.43.7...1.43.8

1.43.7

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

1.43.5

What's Changed

  • Update skill description

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

1.43.4

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

1.43.3

What's Changed

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

1.43.0
1.42.0

What's Changed

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

1.41.0

What's Changed

New Contributors

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

1.40.3

What's Changed

New Contributors

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

1.40.2

What's Changed

New Contributors

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

1.40.1

What's Changed

New Contributors

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

1.40.0

What's Changed

New Contributors

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

1.39.1

What's Changed

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

1.39.0

What's Changed

New Contributors

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

1.37.1

What's Changed

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

1.37.0

What's Changed

New Contributors

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

1.36.3

What's Changed

New Contributors

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

1.36.2

What's Changed

  • fix signed URLs in logged mailables

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

1.36.1

What's Changed

New Contributors

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

1.36.0

What's Changed

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

1.34.0

What's Changed

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

1.33.1
  • Allow symphony stopwatch 7
1.33.0

What's Changed

New Contributors

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

1.32.6

What's Changed

New Contributors

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

1.32.5
  • fix displaying Mailables
1.32.4

What's Changed

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

1.32.3
  • display correct origin when using invade
1.32.2

What's Changed

New Contributors

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

1.32.1

What's Changed

New Contributors

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

1.32.0
  • add support for Laravel 10
1.31.0

What's Changed

New Contributors

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

1.30.0

What's Changed

New Contributors

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

1.29.7
1.29.6
1.29.5
1.29.4
1.29.3
  • correctly display mailables that are written to the log in Laravel 9
1.29.2
1.29.1
  • moved dependency
1.29.0
  • automatically set project name
1.28.0
  • allow Laravel 9
1.27.2
  • 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

1.27.1
1.27.0
1.26.5
1.26.4
1.26.3
1.26.2
1.26.1
  • fix #217 error with duplicate queries log (#220)
1.26.0
  • feature duplicate queries (#216)
1.25.2
  • enhance metadata instead of overriding it in when sending a request (#215)
1.25.1
  • add support for zbateson/mail-mime-parser v2 (#214)
1.25.0
  • add tags to cache payload (#210)
1.24.2
  • fix origin of query builder ray calls (now for real)
1.24.1
  • fix origin of query builder ray calls
1.24.0
  • add ray macro on query builder
1.23.0
  • allow multiple mailables (#204)
1.22.0
  • when a query exception occurs, the query itself will also be sent to Ray.
1.21.0
  • add countQueries
1.20.2
  • fix mailable when using Mail::fake
1.20.1
  • fix origin of stringable
1.20.0
  • add support for stringables
1.19.1
  • better HTTP Client logging (#201)
1.19.0
  • add http logging methods
1.17.4
  • check if an exception is passed before log dumping
1.17.3
  • the package won't send dumps to Ray when dump sending is disabled
1.17.2
  • Laravel Octane Compatibility (#178)
1.18.0
  • colorize high severity messages (#197)
1.17.1
  • send exceptions by default
1.17.0
  • enable/disable sending exceptions to Ray (#173)
1.16.0
  • allow using env() when config is not available (#172)
1.15.1
  • fix handling of null logs (#171)
1.15.0
  • add env method
1.14.0
  • add support for hostname
1.13.0
  • add exception watcher
1.12.6
  • replace spaces with underscores in env() calls (#154)
1.12.5
  • fix "Package spatie/laravel-ray is not installed" exception (#156)
1.12.4
  • handle edge case where ray proxy would not be set
1.12.3
  • chain colours on show* methods (#149)
1.12.2
  • ignore errors caused by using storage_path
1.12.1
  • register watchers on boot (#138)
1.12.0
  • remove enabled methods (#132)
1.11.2
  • do not blow up when using Mail::fake()
1.11.1
  • update config file
1.11.0
  • add view requests
  • add view cache
1.10.1
  • display logged exceptions
1.10.0
  • add view methods
1.9.3
  • internals cleanup
1.9.2
  • improve dependencies
1.9.1
  • improve service provider
1.9.0
  • add showJobs
1.8.0
  • the package will now select the best payload type when passing something to ray()
1.7.1
  • lower dependencies
1.7.0
  • make model more flexible
1.6.1
  • better support for logged mailables
1.6.0
  • add markdown method
1.5.2
  • fix headers on response payload
1.5.1
  • make the test response macro chainable
1.5.0
  • add testResponse method
1.4.0
  • let the model call accepts multiple models.
1.3.6
  • update str_replace() calls in ray:publish-config with env() usage (#82)
1.3.5
  • improve recognizing mails in logs
1.3.4
  • add env() vars for each Laravel config setting (#55)
1.3.3
  • add enabled() and disabled() methods (#54)
1.3.2
  • fix frame for rd function
1.3.1
  • fix broken queries()-method (#51)
1.3.0
  • Add PublishConfigCommand
1.2.0
  • add support for local_path and remote_path settings
1.1.0
  • add support for Lumen (#22)
1.0.2
  • fix deps
1.0.1
  • fix deps
1.0.0
  • initial release
What's

Full Changelog: https://github.com/spatie/laravel-ray/compare/1.26.1...1.26.2

1.0.3
  • fix incompatibilities on Windows (#20)
  • fix host settings (#14)
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.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai