Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbf442 commit 04f4153Copy full SHA for 04f4153
1 file changed
glossary.rst
@@ -71,6 +71,13 @@ Glossary
71
to have a ``dev`` environment built for debugging and a ``prod`` environment
72
that's optimized for speed.
73
74
+ Vendor
75
+ A vendor is a supplier of third-party PHP libraries and bundles. Any library
76
+ you add to your Symfoony project should go in the `vendor` directory. See
77
+ `Architecture: Using Vendors`_.
78
+
79
80
.. _`service-oriented architecture`: http://wikipedia.org/wiki/Service-oriented_architecture
81
.. _`HTTP Wikipedia`: http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
82
.. _`HTTP 1.1 RFC`: http://www.w3.org/Protocols/rfc2616/rfc2616.html
83
+.. _`Architecture: Using Vendors`:http://symfony.com/doc/2.0/quick_tour/the_architecture.html#using-vendors
0 commit comments