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
The Sulu project (https://sulu.io/), which is based on Symfony, splits up the Container Cache for the user-facing (website) and CMS (admin) parts of the application. Also there's preview for previewing a website page in the CMS editor.
Currently I manually need to add those paths, so IntelliJ IDEA (Symfony Support) is able to resolve all services correctly:
Would it be possible to make Symfony Support detect those paths automatically for Sulu projects?
Alternatively I could imagine that projects based on Symfony could modify the .idea/symfony2.xml at container compile time. Sulu then could modify that file to look like:
The Sulu project (https://sulu.io/), which is based on Symfony, splits up the Container Cache for the user-facing (
website
) and CMS (admin
) parts of the application. Also there'spreview
for previewing a website page in the CMS editor.It adds the following paths:
var/cache/admin/dev/App_KernelDevDebugContainer.xml
var/cache/website/dev/App_KernelDevDebugContainer.xml
var/cache/preview/dev/App_KernelDevDebugContainer.xml
Currently I manually need to add those paths, so IntelliJ IDEA (
Symfony Support
) is able to resolve all services correctly:Would it be possible to make
Symfony Support
detect those paths automatically for Sulu projects?Alternatively I could imagine that projects based on Symfony could modify the
.idea/symfony2.xml
at container compile time. Sulu then could modify that file to look like:The text was updated successfully, but these errors were encountered: