-
Notifications
You must be signed in to change notification settings - Fork 106
Change from WebsiteBundle to AppBundle #623
Comments
When working on the WebsiteBundle we could maybe also reduce the code in there, e.g. #593 |
Is it actually necessary? Views could just be moved to the app/Resources directory. If the controller gets moved to somewhere as well, maybe the whole bundle become unnecessary. |
@sagikazarmark You are having a good point here... I'd say if we solve #593 it would be easily possible to remove the WebsiteBundle completely. |
Sounds like a plan. |
@webmozart #593 is solved, and in sulu-minimal we don't have a |
What's the difference between sulu-minimal and sulu-standard? |
@sagikazarmark sulu-minmal is much slimmer than sulu-standard, and has a few other improvements in it (Symfony3 folder structure, easier to setup, ...) |
In order to more closely reflect Symfony Standard, "WebsiteBundle" should be changed to "AppBundle" in Sulu Standard.
The text was updated successfully, but these errors were encountered: