The weekend is fast approaching and you're not sure how to spend it? Why not read some Symfony documentation? Since Symfony 2.1, the documentation has been improved in many ways, and quite a few cookbook entries and book chapters have been added. I won't list all the changes that were made, but here are some entry points that might help you choose what to read first.
Symfony gives you great tools to develop command line scripts. But you might wonder how you can generate URLs and send emails from the console or how to enable logging in console commands.
Symfony has some nice shortcuts that help you develop faster, but some of them are not that well-known. Do you know that you can render a template without writing a custom controller?. And do you know that you can use service container parameters in your routes?.
Some web hosting companies (and that often includes big corporation hosting facilities) are very strict about the layout of your files, especially the ones written by your application. Symfony got you covered as you can easily override Symfony's Default Directory Structure.
And if you are about to deploy your shiny Symfony application, read How to deploy a Symfony2 application.
Last but not least, you might want to better understand how HttpKernel handles a request internally; what about reading the wonderful new chapter about the HttpKernel component.
Happy reading and see you next week for Symfony 2.2.0 beta2!
I enjoy news like this. Thanks
Great this is a real free software project!
Being new to Symfony 2, the how to deploy your application documentation sure is helpful!
thanks great pointers!
The post about deployment tools is rather helpful. Waiting for 2.2 stable:)
Symfony is great for the excellent documentation has always had.
I think there is one more thing the community can do to help improving the documentation: I see a lot of blog posts about Symfony. In a sense that's great - it means that Symfony draws a lot of interest and we can only be happy with that. However I would love to see the articles cross posted to the Symfony documentation repository[1].
What would be the advantages of cross posting:
So why don't people already cross post ?
Fabien, Ryan and the blog authors, what do you think ?
Cheers, Victor
(XPosted on https://groups.google.com/d/msg/symfony-devs/-6HAQgAB2LY/lbaq0lTM5kYJ)
[1] https://github.com/symfony/symfony-docs [2] http://symfony.com/contributors