laravel-bref-bridge
laravel-bref-bridge copied to clipboard
Dangling Symlinks
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.