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

Ray Laravel Package

spatie/ray

Send debug output from any PHP app to Ray, Spatie’s desktop debugging tool. Inspect arrays, HTML, queries, and more with a consistent API across Laravel/PHP/JS. Measure performance, pause execution, and keep fast, interactive feedback.

View on GitHub
Deep Wiki
Context7
1.48.0

What's Changed

Full Changelog: https://github.com/spatie/ray/compare/1.47.0...1.48.0

1.47.0

Add Laravel 13 support

1.46.0

What's new

  • Add yellow() as an alias for orange()
  • Add grey() as an alias for gray()
1.45.0

What's Changed

Full Changelog: https://github.com/spatie/ray/compare/1.44.1...1.45.0

1.44.1

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.44.0...1.44.1

1.44.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.3...1.44.0

1.43.1

What's Changed

New Contributors

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

1.43.0

What's Changed

New Contributors

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

1.42.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.6...1.42.0

1.41.6

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.5...1.41.6

1.41.5

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.4...1.41.5

1.41.4

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.3...1.41.4

1.41.3

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.2...1.41.3

1.41.2

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.41.1...1.41.2

1.41.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.40.1...1.41.0

1.40.1

What's Changed

New Contributors

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

1.40.0

What's Changed

Full Changelog: https://github.com/spatie/ray/compare/1.39.0...1.40.0

1.39.0
  • add expandAll()
1.37.7
  • Fix issue with outputing arrays for copying.

Full Changelog: https://github.com/spatie/ray/compare/1.37.6...1.37.7

1.37.5

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.37.4...1.37.5

1.37.4
  • Fix a bug with Livewire 3 components being rendered instead of sent to Ray as a class

Full Changelog: https://github.com/spatie/ray/compare/1.37.3...1.37.4

1.37.3

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.37.2...1.37.3

1.37.2
  • improve handling of Pest test screen names
1.37.1

What's Changed

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

1.37.0
  • add invade method
1.36.2
  • do not send context if there is none

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

1.36.1
  • support log context
1.36.0
  • preparation for upcoming feature
1.35.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.34.5...1.35.0

1.34.5
1.34.4
  • allow v2 of macroable
1.34.3

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/ray/compare/1.34.2...1.34.3

1.34.2
1.34.1
  • remove stray print_r call
1.34.0
  • add support for global Ray
1.33.2
1.33.1
1.33.0
  • add support for screen colors
  • add support for project names
  • send hostname along with request
1.32.3
  • allow Laravel 9
1.32.2
  • allow symfony 6
1.32.1
  • fix deprecation warning in PHP 8.1
1.32.0
1.31.0
1.30.4
1.30.3
  • Bug/567 global functions (#573)
1.30.2
  • align carbon call argument type with carbon payload (#556)
1.30.1
  • support PHP 8.1
1.30.0
  • add catch method
1.29.2
  • revert curl check
1.29.1
  • fix curl check
1.29.0
  • add label method
1.28.0
  • add support for base64-encoded images (#499)
1.27.1
  • remove typehint to allow override
1.27.0
  • add once() (#481)
1.26.0
  • add rate limiter
1.25.0
  • add if method
1.24.0
  • add limit method (#464)
1.23.0
  • add text method (#460)
1.22.1
  • allow Throwables to be logged
1.22.0
  • access named counter values (#437)
1.21.4
  • color exceptions red by default
1.21.3
  • allow spatie/macroable v2 #426
1.21.2
  • fix hostname for other ray packages
1.21.1
  • do not require hostname
1.21.0
  • add hostname in the origin section of a payload
1.20.1
  • fix config loading priorities in other packages
1.20.0
  • add exception method
1.19.5
  • allow instances of CarbonInterface to be used for CarbonPayload (#316)
1.19.4
  • fix enabled status (#301)
1.19.3
  • fix Client cache fingerprint initialization (#292)
1.19.2
  • add curl throttling after failed connection (#286)
1.19.1
  • allow symfony/stopwatch 4.0 (#284)
1.19.0
  • send XML payloads (#272)
1.18.0
  • add enable and disable methods
1.17.4
  • fix: remote_path/local_path replacements (#269)
1.17.3
  • use http v1.1 instead of 1.0 (#267)
1.17.2
  • cache config file
1.17.1
  • add support for PHP 7.3
1.17.0
  • add showApp and hideApp
1.16.0
  • add phpinfo method
1.15.0
  • add table method
1.14.1
  • fix bug when remote_path is also in filePath (#227)
1.14.0
  • Add support for CraftRay
1.13.0
  • the package will now select the best payload type when passing something to ray()
  • added html method
  • added NullPayload
  • added BoolPayload
1.12.0
  • add carbon
1.11.1
  • lower deps
1.9.2
  • fix bugs around settings
1.9.1
  • improve helper functions
1.9.0
  • add count
1.11.0
  • add image()
1.10.0
  • add clearAll
1.8.0
  • add a check for YiiRay's instance
1.7.2
  • when passing null, let argument convertor return null
1.7.1
  • improve return type of ray function
1.7.0
  • support multiple arguments to toJson() and json() (#148)
1.6.1
  • prevent possible memory leak (#143)
1.6.0
  • add file function (#134)
1.5.9
  • ignore package version errors
1.5.8
  • ignore package check errors
1.5.7
  • remove unneeded symfony/console dependency
1.5.6
  • allow lower dependencies
1.5.10
  • allow better compatibility with WordPress
1.5.5
  • split origin factory in overridable functions
1.5.4
  • support WordPressRay
1.5.3
  • fix for traces of WordPress
1.5.2
  • colorize app frames
1.5.1
  • polish json functions
1.5.0
  • add json function
1.4.0
  • add rd function
1.3.7
  • add vendor_frame attribute to frames
1.3.6
  • allow older version of uuid package
1.3.5
  • fix search for $indexOfRay to include calls from the parent directory (#80)
1.3.4
  • prevent warning if open_basedir is enabled
1.3.3
  • do not require Composer 2
1.3.2
  • prevent ray from blowing up when there is no config file
1.3.1
  • do not blow up when the Ray app is not running
1.3.0
  • add support for remote_path and local_path config values
1.2.0
  • add pass function
1.1.3
  • prevent exception when installing in an Orchestra powered testsuite
1.1.2
  • enforce Composer 2 requirement

1.1.1 - 2021-01-08

  • fix for repeated calls to ray() throwing an exception (#30)
1.1.0
  • add makePathOsSafe
  • fix tests
1.0.1
  • fix default settings
1.0.0
  • initial release
What's

Full Changelog: https://github.com/spatie/ray/compare/1.30.3...1.30.4

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