dunglas / DunglasActionBundle

Symfony controllers, redesigned
https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/
MIT License
256 stars 14 forks source link

This Bundle is more generic, than its name proposes #45

Closed akomm closed 8 years ago

akomm commented 8 years ago

First: thanks for this nice bundle. :+1: I have many __invoke & (DI)-autowire controllers. This makes it much easier.

You can actually use this for any service, if you have some generic directory-based logic.

dunglas commented 8 years ago

It's true, but the main purpose on this bundle is to rework the controller layer of Symfony... I can't think to a better name.

GuilhemN commented 8 years ago

@dunglas maybe something with autowire ? DunglasAutowireBundle?

akomm commented 8 years ago

@Ener-Getick it would suggest this bundle is doing the DI wiring, which it does not. It just auto creates service definitions with "autowire: true" and adds tags.

@dunglas Name things... yes...

DunglasMakeItServiceBundle DunglasMakeItAServiceBundle DunglasServiceGruntBundle DunglasServiceClerkBundle DunglasAssignAsServiceBundle

dunglas commented 8 years ago

This bundle already has 146 stars. I don't get the benefit of renaming it. Closing for now.