tomdkd/symfony-bundle-generation-bundle

An easy way to generate your base for your new bundle

1.0.2 2022-03-26 23:11 UTC

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 :)