-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service container docs, reference section #101
Conversation
… additions to the glossary.
… is a less-scary name and more descriptive. Also proofreading.
The service container is built using a single configuration resource | ||
(``app/config/config.yml`` by default). All other service configuration( | ||
(including the core Symfony2 and third-party bundle configuration) must | ||
be imported form inside this file in one way or another. This gives you absolute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
form
seems an error in this sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - this is fixed now.
Definitely a good read for beginners, great job Ryan! I've seen one or two minor typos, but that's basically all I can criticize. |
Great, thanks for looking through it! For the typos you see, if you do a line comment, I'll fix them up - somehow you can never catch all of your mistakes. |
.. tip:: | ||
|
||
Be sure that ``swift_mailer.config`` entry appears in your application | ||
configuration. As we mentioned in :ref:`service-container-extension-configuration`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's swiftmailer.config, not swift_mailer.config :)
I've just added some suggestions here and there but overall, the chapter is excellent. Thanks! |
… typos and making a few other changes: * Adding more information on what makes a PHP object a service and more on the DIC exension providing semantic configuration for the bundle. * Reworking the docs so that I don't show an empty ``app.config``.
… from other objects.
… (javiereguiluz) This PR was squashed before being merged into the 2.7 branch (closes #101). Discussion ---------- Update some screenshots to wrap them with a browser window This change just adds a CSS class to the generated `<div>` element that wraps images. Commits ------- 38bb120 Update some screenshots to wrap them with a browser window
A few changes
Comments welcomed :)