Add folder/file to laragon path
-
Is there any way to add folder/file to laragon path. (I know this can be done via windows env variables but I want laragon to be my centralized development hub)
-
@alqaline94 : If you use Path for specific projects, consider to use Laragon's Procfile:
https://forum.laragon.org/topic/476/laragon-feature-procfile-what-is-itIf you want to use in Terminal, you can update Laragon's startup file.
-
PS: Any files you put in
usr/bin
will be available in Terminal's PATH
-
Whoa that was fast! Thanks, I'll look it up
-
@leokhoa how about msys2? i get problem to configure for ruby 2.5 +, is good if i run ridk install?
thanks before, i'm newbie hehe forgive me for my bad english
-
Yeah please ive the solution for this.
-
I tried to add a folder in laragon/usr/bin to see if the path to the folder was being added to the Windows PATH, but it did not
Can you help?
-
@picks44 : Currently, Laragon only supports putting files
usr/bin
You can create a symbol link onusr/bin
to the file in your folder.
-
@leokhoa oh OK! Thanks.