Slide 31
Slide 31 text
Bundle-less applications
● Bundle vs no-bundle apps
● All in src folder
○ App/ namespace
○ You should separate, but no need for bundles
● Moving forward to standardisation
● It reduces the perceived complexity, also makes
your code feels more decoupled from symfony
● Bundle inheritance mechanisms are deprecated in
3.4 and were removed in 4.0
@antonioperic