laravel-request-docs
laravel-request-docs copied to clipboard
Feature Request: sorting and smart filtering features
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:
- Alphabetical;
- Route parental;
- From end, parental;
- Sort as placed in routing PHP files.
What we have in route:list:
- Filtering by method, name, domain and path (or exception);
- Reverse sorting;
- Except/only vendor.
I guess that can be done.