Closed tmtung144 closed 3 years ago
I noticed laravel's File:exists() wasn't working correctly with symlinks, I changed it with pure php's is_link() function and recombined your condition for more brevity. Please merge it if you agree with this. Thank you!
is_link does not work as expected in windows. https://www.php.net/manual/en/function.is-link.php related: #63
I noticed laravel's File:exists() wasn't working correctly with symlinks, I changed it with pure php's is_link() function and recombined your condition for more brevity. Please merge it if you agree with this. Thank you!