spatie / wordpress-ray

Debug with Ray to fix problems faster in WordPress apps
https://myray.app
MIT License
73 stars 14 forks source link

Unable to make Ray work on windows 10 machine #20

Closed git-bhanu closed 3 years ago

git-bhanu commented 3 years ago

I have a windows 10 machine where I run my local development using Laragon.

Steps I followed.

I am unable to see anything inside the Ray app. Am I missing any step?

This is what I read in the doc so I opened an issue instead of a question.

ajimatahari commented 3 years ago

22 Try this

freekmurze commented 3 years ago

Try upgrading to 1.0.3

git-bhanu commented 3 years ago

Updating to 1.0.3 and adding define( 'WP_ENVIRONMENT_TYPE', 'local' ); in my wp-config.php works. Thanks @ajimatahari @freekmurze