Download the PHP package bayardev/shared-tools-bundle without Composer
On this page you can find all versions of the php package bayardev/shared-tools-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bayardev/shared-tools-bundle
More information about bayardev/shared-tools-bundle
Files in bayardev/shared-tools-bundle
Package shared-tools-bundle
Short Description Symfony Bundle with shared tools for Bayard projects (but every symfony project can use it)
License OSL-3.0
Homepage https://github.com/bayardev
Informations about the package shared-tools-bundle
bayardev/shared-tools-bundle
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Create VERSION file
Create an empty file named VERSION in root dir of the project
Step 3: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Use of ScriptHandler::checkDoctrineMigrations
Before you can put this ScriptHandler in composer.json of your project ensure that you have in bundles list in APPKernel.php DoctrineMigrationsBundle :
Than you can add this in composer.json like this :
Use of syslog handler
Just add in your config.yml or/and in config_dev.yml, config_prod.yml theses parameters :
Be free to chnage level parameter but you must leave intouched the others parameters for all Bayard Projects ...
All versions of shared-tools-bundle with dependencies
symfony/symfony Version >=2.7
twig/extensions Version ^1.2
sensio/distribution-bundle Version ^5.0
doctrine/doctrine-migrations-bundle Version ^1.2