How to display/show middleware used in Laravel routing?
php artisan route:list
I found the way to display. Just add the verbose option:
php artisan route:list -v