How to change the tmp laragon directory path?
-
Hello,
I need to change tmp laragon directory path from C:\laragon\tmp to (D, G, E or any unit):\laragon\tmp
How to do it?
Thanks for help me
-
You can't do it for now. Why do you need to do that?
-
For reduce SSD read/write loads.
I prefer use HDD instead SSD for that.
-
@alebak : I see. Actually, you can clean all the things in tmp dir, so don't worry.
-
Hi there!
alebak, have you tried creating a symlink for this? Something like mklink /J "C:\laragon\tmp" "D:\laragon\tmp" ?
I've done this along time ago when my desktop's main drive was just a 256GB NVMe and sticked with this solution ever since.