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
My project use 3 databases, is it possible to use this bundle with that contraint ?
I see in command i can set --manager, witch will be great to target wanted database (I have 1 em by database) but I'm confuse with term bundle witch for me is for very old symfony. Can I config or have command option to told alice to load target subfolder of my fixtures folder with this manager and do it for the 3 db ?
Thx in advance
The text was updated successfully, but these errors were encountered:
I'm confuse with term bundle witch for me is for very old symfony
I bundle is a small Symfony (or more accurately symfony/framework-bundle layer which allows to register services & config to the container. So it is still quite up to date.
Can I config or have command option to told alice to load target subfolder of my fixtures folder with this manager and do it for the 3 db ?
I think for the best level of flexibility, you are better of writing your own command. There should be a few examples from https://github.com/theofidry/AliceBundle.
I also invite you to check this section which can help out a bit to better understand where to find what.
Hi there,
My project use 3 databases, is it possible to use this bundle with that contraint ?
I see in command i can set --manager, witch will be great to target wanted database (I have 1 em by database) but I'm confuse with term bundle witch for me is for very old symfony. Can I config or have command option to told alice to load target subfolder of my fixtures folder with this manager and do it for the 3 db ?
Thx in advance
The text was updated successfully, but these errors were encountered: