what are the most essential bundles in symfony2?
Posted
by
user
on Stack Overflow
See other posts from Stack Overflow
or by user
Published on 2012-04-08T23:23:02Z
Indexed on
2012/04/08
23:30 UTC
Read the original article
Hit count: 292
this question but i hope it does not, i'll try my best to make clarify it
I'm new to symfony2 but not to php, as far as i know, everything in symfony2 is bundles. Being a django guy, i know that the essential apps are:
south
Django-Debug-Toolbar
Haystack Search
Django Admin Tools (maybe)
fabric
the registration and user profile app (unless you decide to use django-userena)
Piston
I'm not going to make a longer list, you get the point. I know 2 essential apps for symfony2 so far the admin generator and FOSUserBundle
.
So what are other must have bundles?
© Stack Overflow or respective owner