laravel-request-docs icon indicating copy to clipboard operation
laravel-request-docs copied to clipboard

Feature Request: sorting and smart filtering features

Open avinmaster opened this issue 1 year ago • 1 comments

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.

avinmaster avatar Jul 09 '24 13:07 avinmaster

I guess that can be done.

kevincobain2000 avatar Jul 12 '24 02:07 kevincobain2000