PHP Classes

File: vendor/sensio/distribution-bundle/README.rst

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/distribution-bundle/README.rst   Download  
File: vendor/sensio/distribution-bundle/README.rst
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 8 years ago
Size: 667 bytes
 

Contents

Class file image Download
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