egoist / deravel

MVC web application framework. Like Laravel but for Deno.
88 stars 1 forks source link

Dependency injection #1

Open egoist opened 4 years ago

egoist commented 4 years ago

That's one thing people love about Laravel, NestJS.

Probably we can use decorators to implement this too, something like TypeDI, the only concern is that decorator spec is no where near stablelized.

Other features like auth would depend on this feature, so I gave it a high priority.