This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
DI #44
Comments
@CawaKharkov It's a great ideia! |
@malukenho I've modified router to inject service container. |
And I think it would be nice, if user want to inject something to your controller you need to implement some interface InjectableInterface. And when calling dispatch inject container(or some service) to your controller. |
@CawaKharkov can you open a PR please? :D |
@malukenho #45 PR |
It would be cool to use as foundation. And nobody is forced to use a specific DI-Package. |
i think routing and DI are different concerns and should not be mixed... |
@mo-ba It's not about mix, It's about support. |
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Dec 19, 2016
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
malukenho
pushed a commit
that referenced
this issue
Apr 25, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, nice router.
But it would be nice if it'll have and mechanism to inject some dependencies in controller\action.
The text was updated successfully, but these errors were encountered: