-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[WIP] New Bundle directory structure #10840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Should this close #5691? |
@sadikoff thanks for this proposal. I agree with this -> "Current Bundle structure is out of date. I think it's time to move forward and update it to correspond... lets say flex way" However, I don't see this PR improving things much. It's just moving everything into What I would really like is to use the same dir structure for apps and bundles. I'd like to have |
@javiereguiluz Totally agree! This is the goal of this PR, I'm collecting changes to Symfony to get everything work and this PR is first step to change whole bundle structure! |
@sadikoff even if we appreciate your proposal here, I'm afraid I must close it. Symfony Docs only describe what Symfony Code does or recommends ... so we cannot change the recommended bundle dir structure from the docs. We could create an issue with the label |
It's been a long time since Symfony Bundles were invented, many versions of Symfony changed
and finally Symfony 4 and Flex was released. It brought us many changes in App coding style, but what about bundles? Current Bundle structure is out of date. I think it's time to move forward and update it to correspond... lets say flex way =)
Current:
WIP state:
Target
This is what I think it should be in final variant. I'll update this message soon with some info about changes to reach this target.