laravel-bref-bridge icon indicating copy to clipboard operation
laravel-bref-bridge copied to clipboard

Dangling Symlinks

Open bubba-h57 opened this issue 6 years ago • 0 comments

Currently, attempting to package with a symlink pointing to an invalid file in the project will prove fatal. We need a simple check here

https://github.com/stechstudio/laravel-bref-bridge/blob/bbc088f5c97b7671da78df725734c04c63870d11/src/helpers.php#L87

Such that if $item->getRealPath() returns false, we simply sklp the dead link.

bubba-h57 avatar Aug 23 '19 15:08 bubba-h57