DEV Community

Discussion on: New PHP framework for creating microservices

Collapse
 
hackergaucho profile image
Hacker Gaucho

for sample, in Laravel 5.4 you can auto routing using the "resource" method. in my conception of a real "automatic REST routing" is possible do the same without use the "resource" method.

Collapse
 
alexdodonov profile image
alexdodonov

I shall dig into it. Stay tuned )

Collapse
 
alexdodonov profile image
alexdodonov

Looks like this is what you need - github.com/alexdodonov/mezon-crud-...