gnugat / wizard-plugin
Automatically registers bundles in a Symfony2 application when running 'composer require'
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Type:composer-plugin
Requires
- composer-plugin-api: 1.0.0
- gnugat/wizard-bundle: ~1
Requires (Dev)
- composer/composer: ~1.0@alpha
This package is auto-updated.
Last update: 2022-02-01 12:29:07 UTC
README
Removes muggle steps from bundle installation by shrinking it to a single command:
composer require 'acme/demo-bunlde:*'
No more manual edition of app/AppKernel.php
, everything is done automagically!
Read more about this project with the following introduction. If you want to learn more about GnugatWizardBunlde, you can read its own introduction.
Installation
Install this plugin in your Symfony2 application using Composer:
composer require 'gnugat/wizard-plugin:~1'
Further documentation
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
You can find more documentation at the following links: