tomdkd/symfony-bundle-generation-bundle

An easy way to generate your base for your new bundle

Maintainers

Package info

github.com/tomdkd/symfony-bundle-generation

Type:symfony-bundle

pkg:composer/tomdkd/symfony-bundle-generation-bundle

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2022-03-26 23:11 UTC

This package is not auto-updated.

Last update: 2026-03-28 03:15:36 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 :)