Master Symfony2 fundamentals
Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com
Blog
Symfony2 PR4 released by Fabien Potencier – December 01, 2010 – 20 comments
Symfony2 PR4 is now available. This is probably the last preview release before Symfony2 goes beta.
A lot of people put a lot of effort on this preview release and as a result, Symfony2 PR4 is the first preview that comes with all features we intend to bundle with the final release.
The documentation has also been augmented and updated.
It is now a great time to give Symfony2 a try. Download the sandbox and read the Quick Tour tutorial to get up to speed quickly.
And don't forget to provide feedback.



comments
is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
When evaluating a framework, admin generators like sf 1.4 and Django is a key feature for us.
Symfony2 is such a new framework we are at the point we could decide to move to another 5.3 framework or another tech altogether.
I am a signed up Symfony2 fanboy but the lack of Admin Generator is a worry for us as a company.
Any reassurance or roadmap on it?
Loss of the admin generator from the default install is sad, but I'm sure there'll be an admin generator bundle sometime soon.
I'm waiting for an equivalent to sfDoctrineRouteCollection and doctrine:generate-module (possibly based on the Doctrine 2 REST server), but much more importantly, for a decent process for starting a new Symfony2 project. Right now there's the symfony-bootstrapper, but it's entirely undocumented, and doesn't create a working project (e.g., the index.php incorrectly fails to create a new Request object, Twig isn't set up, etc). Surely this needs to be a core component, or are we expected to always use the sandbox to start new projects?
The admin generator is key indeed, and I assume this is the case for many of us. So I am looking forward to it: once available I will be able to switch to Symfony2...
I don't think there is any need for worry to see the admin generator appear in a bundle instead in the core. The decoupling can even be of advantage e.g. in terms of releasing new versions. Extensions to the admin generator (and fixes, of course) could be released at a higher pace than the Sf2 core would allow.
Cheers, RAPHAEL
Thanks for all the great work!
I'll be trying it the next few weeks and giving some feedback!
The project I'm starting on won't be released for at least another year and it would be awesome if I could already develop it on sf2 and release it with the first stable sf2 core once that is out.
If that's the official proper way, then great, duly noted, I'll do that from now on. I just had no idea that this was the case.
Your choice though - Fabien and the team have been very open and clear about API changes so far.