Laravel for Beginners – Learn to Build Full-Stack Web Apps

Loading video...

Artisan command to view existing routes

Routing

Artisan command to view existing routes

List all routes

php artisan route:list
php artisan route:list -v
php artisan route:list -vv
php artisan route:list --path=api
php artisan route:list --except-vendor
php artisan route:list --only-vendor
php artisan route:list -vv --except-vendor --path=home

Discussion

Sign in to join the discussion.

No comments yet. Be the first to start the discussion!