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.
There was an error while loading. Please reload this page.
1 parent 776eaee commit 286631dCopy full SHA for 286631d
cookbook/bundles/best_practices.rst
@@ -395,13 +395,17 @@ The ``composer.json`` file should include at least the following metadata:
395
name and separates each word with an hyphen. For example: ``AcmeBlogBundle``
396
is transformed into ``blog-bundle`` and ``AcmeSocialConnectBundle`` is
397
transformed into ``social-connect-bundle``.
398
+
399
``description``
400
A brief explanation of the purpose of the bundle.
401
402
``type``
403
Use the ``symfony-bundle`` value.
404
405
``license``
406
``MIT`` is the preferred license for Symfony bundles, but you can use any
407
other license.
408
409
``autoload``
410
This information is used by Symfony to load the classes of the bundle. The
411
`PSR-4`_ autoload standard is recommended for modern bundles, but `PSR-0`_
0 commit comments