You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DI bundle seems nice enough, but it adds way more extra config than needed for this bundle to work. It would be great if you removed the dependency so that it became easier to install this bundle.
Regards,
Tarjei
The text was updated successfully, but these errors were encountered:
Actually, it's not necessary for this bundle only for the default controller of the webinterface.
You could add constructor injection to the controller though and configure it as a service. This is a bit more work though, and requires a bit of extra code which I don't want to maintain.
If you have other ideas for making the installation process easier, I would look forward to it. I think once composer is a bit more widespread it should be fairly easy already including with this optional dependency.
I actually installed the bundle to get the web interface :)
Anyhow the interface didn't quite fit as it required that I had the translations in the app/Applications/translations dir (I got mine in my bundles) so I'll continue searching for another way to do things.
Hi,
The DI bundle seems nice enough, but it adds way more extra config than needed for this bundle to work. It would be great if you removed the dependency so that it became easier to install this bundle.
Regards,
Tarjei
The text was updated successfully, but these errors were encountered: