rakutentech / laravel-request-docs

Effortless API documentation tool for Laravel applications. Swagger alternative.
MIT License
717 stars 106 forks source link

Feature Request: sorting and smart filtering features #378

Open avinmaster opened 4 months ago

avinmaster commented 4 months ago

Hi @kevincobain2000 and contributors! Can we add a sorting and filtering features for API list on sidebar? Everything like in php artisan route:list and additional sorting types:

  1. Alphabetical;
  2. Route parental;
  3. From end, parental;
  4. Sort as placed in routing PHP files.

What we have in route:list:

  1. Filtering by method, name, domain and path (or exception);
  2. Reverse sorting;
  3. Except/only vendor.
kevincobain2000 commented 4 months ago

I guess that can be done.