How to make this work inside WSL2 ? #29
Unanswered
HassanZahirnia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I'm trying to install Ray globally so I can use it in non-laravel projects (normal php files, vendor files, etc..).
I've followed the instructions and set it up properly inside my
php.ini
config, and I've made sure it's correct by looking atphpinfo()
function.Unfortunately it doesn't send anything to the desktop Ray app.
Anyone has any idea to get this working inside WSL2 + Ray Windows host app ?
I also have few questions:
23517
? ( same as Laravel package)global-ray-loader.php
(or it's parent directories). Although I've tried setting theglobal-ray
directory and it's contents to755
with no luck.Update: I can confirm this is a permission issue. The test file will work when tested with
sudo
. Although I'm not sure how to fix this so it doesn't requiresudo
permission and would work from any fileBeta Was this translation helpful? Give feedback.
All reactions