You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no symlink in macOS, just a copy of executable which cannot locate autoloader. But if we, for example, create project inside Docker container using Alpine 3.10 as base image, it creates symlink to vendor/zfcampus/zf-development-mode/bin/zf-development-mode and everything works fine as expected.
Are you fixing a bug?
Detail how the bug is invoked currently.
Detail the original, incorrect behavior.
Detail the new, expected behavior.
Base your feature on the master branch, and submit against that branch.
Same issue as described here.
There is no symlink in macOS, just a copy of executable which cannot locate autoloader. But if we, for example, create project inside Docker container using Alpine 3.10 as base image, it creates symlink to
vendor/zfcampus/zf-development-mode/bin/zf-development-mode
and everything works fine as expected.master
branch, and submit against that branch.Originally posted by @gailimov at zfcampus/zf-development-mode#37
The text was updated successfully, but these errors were encountered: