BinarCode / laravel-restify

The fastest way to make a powerful JSON:API compatible Rest API with Laravel.
https://restify.binarcode.com
MIT License
604 stars 54 forks source link

An artisanal way to list Restify routes #444

Closed alexstewartja closed 2 years ago

alexstewartja commented 3 years ago

Being able to do php artisan restify:routes would drastically improve the developer experience.

@binaryk

binaryk commented 3 years ago

Working on this as well as on automatically export to Postman collection. Thank you!