Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the symlink creation condition #59

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

tmtung144
Copy link
Contributor

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!

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!
@Shipu Shipu merged commit d1a63f9 into Shipu:master Nov 5, 2021
@tmtung144 tmtung144 deleted the patch-1 branch November 11, 2021 04:25
@enverarslan
Copy link

is_link does not work as expected in windows. https://www.php.net/manual/en/function.is-link.php related: #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants