tomdkd / symfony-bundle-generation-bundle
An easy way to generate your base for your new bundle
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- symfony/filesystem: ^5.4
- symfony/framework-bundle: ^5.2
This package is not auto-updated.
Last update: 2025-08-30 00:07:31 UTC
README
This bundle can help you to generate the base of your new bundles like:
- Generate a folder with all your unregistered bundles
- Generate your new bundle folder
- Generate your main bundle file
- Activate your bundle in the symfony bundles.php file
Installation
Install the bundle using composer
composer require tomdkd/symfony-bundle-generation-bundle
You can now to have access to command through symfony console
php bin/console bundle:generate
Feel free to contribute to the project or tell me if you found a bug :)