Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ray NOT working in php7.4 but working in php8.0 #622

Closed
kiana133 opened this issue Jan 11, 2022 · 2 comments
Closed

Ray NOT working in php7.4 but working in php8.0 #622

kiana133 opened this issue Jan 11, 2022 · 2 comments

Comments

@kiana133
Copy link

Describe the bug
When I am on a php 7.4 project, ray stopped working for me (but works for other members of my dev team in the same project), and in php 8.0 it works fine. I have looked through the other issues and none helped. I tried doing

  • ray()->enable() but no luck,
  • updating dependencies,
  • composer install or composer update.

Versions

  • Ray version: 1.19.0
  • spatie/ray package version: 1.32.1
  • spatie/laravel-ray package version (if applicable): 1.27.2
  • PHP version: 7.4.26
  • Laravel version (if applicable): 7.28.4

To Reproduce
Steps to reproduce the behavior:

  1. Add a ray call to your codebase (ie: ray('test')).
  2. Execute.

Expected behavior
The data passed to ray() is sent to the Ray desktop app.

Desktop:

  • OS: macOS
  • Version 11.5.2
@patinthehat
Copy link
Contributor

@kiana133 Can you provide a small sample repository that demonstrates the issue you're having? I am unable to replicate locally.

@kiana133
Copy link
Author

kiana133 commented Jan 13, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants