Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
symfony/maker-bundle
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The MakerBundle is the fastest way to generate the most common code you'llneed in a Symfony app: commands, controllers, form classes, event subscribersand more!
Read the documentation on Symfony.com
This bundle shares thebackwards compatibility promise fromSymfony. But, with a few clarifications.
A) The input arguments or options to a commandmay change betweenminor 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. Thiswill allow us to continuously improve the generated code!
This is not needed for contributing, but it's useful if you would like to debug someissue in the docs or if you want to read MakerBundles Documentation offline.
cd _docs_build/composer installphp build.phpAfter generating docs, serve them with the internal PHP server:
php -S localhost:8000 -t output/
Browsehttp://localhost:8000 to read the docs.
About
Symfony Maker Bundle
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.