-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
actionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
In Symfony 3.3+, the kernel relies on detecting the composer.json file to detect the project dir.
If you delete the composer.json file from your deployed artifact, this logic will break. The solution in this case is to overwrite getProjectDir
in your kernel (similar to the way customizing the cache dir is done btw).
this should be documented.
Metadata
Metadata
Assignees
Labels
actionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.