php7-mysql-data/Kapitel_10/Lektion_4/symfony/vendor/sensio/distribution-bundle
2016-08-21 00:15:10 +02:00
..
Composer Initiale Version 2016-08-21 00:15:10 +02:00
DependencyInjection Initiale Version 2016-08-21 00:15:10 +02:00
Resources Initiale Version 2016-08-21 00:15:10 +02:00
composer.json Initiale Version 2016-08-21 00:15:10 +02:00
LICENSE Initiale Version 2016-08-21 00:15:10 +02:00
README.rst Initiale Version 2016-08-21 00:15:10 +02:00
SensioDistributionBundle.php Initiale Version 2016-08-21 00:15:10 +02:00
UPGRADE.md Initiale Version 2016-08-21 00:15:10 +02:00

SensioDistributionBundle
========================

SensioDistributionBundle provides useful developer features that can be re-used
amongst several Symfony Distributions.

Composer Hooks
--------------

The bundle hooks up into the Composer process to automate the following actions
when running an install or an update:

* Update the ``bootstrap.php.cache`` file (and clears the cache);

* Install the assets under the web root directory;

* Update the requirements file.

Security
--------

The bundle includes the SensioLabs Security Checker. When included in a Symfony
application, the check is available:

.. code-block:: bash

    $ ./app/console security:check