alexdodonov / mezon-router

Small and fast router
https://twitter.com/mezonphp
267 stars 18 forks source link

Model binding #2

Closed obayesshelton closed 4 years ago

obayesshelton commented 4 years ago

If I were to implement this in Laravel does it support model binding?

alexdodonov commented 4 years ago

Not yet. You mean Laravel's models binding? Or any third-party models implementations?

fernandorotermund commented 4 years ago

Compared to Slim?

alexdodonov commented 4 years ago

@fernandorotermund yes I have compariison with Slim: https://github.com/alexdodonov/mezon-router/blob/master/doc/router-slim.md

obayesshelton commented 4 years ago

Laravel model binding - https://laravel.com/docs/7.x/routing

alexdodonov commented 4 years ago

@obayesshelton thanks)

alexdodonov commented 4 years ago

@obayesshelton done - https://github.com/alexdodonov/mezon-router#middleware-and-model-binding Can I close this issue?