Download the PHP package symfony/maker-bundle without Composer
On this page you can find all versions of the php package symfony/maker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symfony/maker-bundle
More information about symfony/maker-bundle
Files in symfony/maker-bundle
Package maker-bundle
Short Description Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
License MIT
Homepage https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
Rated 1.00 based on 1 reviews
Informations about the package maker-bundle
The Symfony MakerBundle
The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more!
Documentation
Read the documentation on Symfony.com
Backwards Compatibility Promise
This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.
A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.
B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!
Build Documentation Locally
This is not needed for contributing, but it's useful if you would like to debug some issue in the docs or if you want to read MakerBundles Documentation offline.
After generating docs, serve them with the internal PHP server:
Browse http://localhost:8000
to read the docs.
All versions of maker-bundle with dependencies
doctrine/inflector Version ^2.0
nikic/php-parser Version ^4.18|^5.0
symfony/config Version ^6.4|^7.0
symfony/console Version ^6.4|^7.0
symfony/dependency-injection Version ^6.4|^7.0
symfony/deprecation-contracts Version ^2.2|^3
symfony/filesystem Version ^6.4|^7.0
symfony/finder Version ^6.4|^7.0
symfony/framework-bundle Version ^6.4|^7.0
symfony/http-kernel Version ^6.4|^7.0
symfony/process Version ^6.4|^7.0