dev-master
9999999-dev https://github.com/leobenelli/ComposerCheckBundleSymfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.
Apache License 2.0
The Requires
- php >=5.5.9
composer symfony show bundles
Wallogit.com
2017 © Pedro Peláez
Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.
Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions., (*1)
It's in development, it will be ready soon., (*2)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)
$ composer require leobenelli/composer-check-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php file of your project:, (*5)
<?php
return [
...
LeoBenelli\LBComposerCheckBundle\LBComposerCheckBundle::class => ['all' => true],
...
];
Add new file "lb_composer_check.yaml" in config folder, (*6)
lb_composer_check:
resource: '@LBComposerCheckBundle/Controller/'
type: annotation
After that, you can show the Composer Bundles Version by the link http://
Enabling the route on step 3, you can add the link of page in your application by the action name leobenelli_lbcomposercheck_default_showpackages Example:, (*8)
<a href="{{path("leobenelli_lbcomposercheck_default_showpackages")}}" > Composer Check Bundles Version</a>
Symfony Bundle to check Version alignment (via Composer) with the latest Bundle versions.
Apache License 2.0
composer symfony show bundles