Stijn Haulotte
Stijn Haulotte
That is just the simple adding to composer and enableling it. I mean miore like the step after that how do we implement those demo's.
Can you fork and create a PR so it's eadier to review the changes?
Sounds like a good idea. Although I think it could be even be better if you can block tabs from the FC chest and still allow other tabs from there
This seems like a good idea
Not a fan actualy of this. You create all teh object and only use them in the required case. I think we need lazy factories over here.
Those factories are zf2 way. You must use the __invoke method for zf3
With this change we support SM2 but ot SM3 But you can implement fallback in the create service method and support v2 and v3
@Danielss89 I think it's better to do the other way around because in that case you just have to drop the createService method when zf2 support is dropped. Also better...
Not tested or not sure about it but in the createService methiod i think u don't pass the SM but rather an other manager where you first have to call...
Can't reley elaborate on it dont know the exact details of it. and cant find it on the web(and no time now to luk deeper) But it has something to...