Currently seeking new career opportunities in web development, particularly with Laravel, Hire Me

Laravel Module routes list

David Carr

Laravel Framework Tutorials PHP & MySQL

I build all my projects with modules using this package https://github.com/nWidart/laravel-modules

There are times it would be useful to see all routes but limited to a specific module.

To list all routes for a specific module use grep 'Modules\\Name' after the route:list command

php artisan route:list | grep 'Modules\\Blog'

 

Laravel Modules Your Logo Your Logo Your Logo

Become a sponsor

Help support the blog so that I can continue creating new content!

Sponsor

My Latest Book

Modular Laravel Book - Laravel: The Modular way

Learn how to build modular applications with Laravel Find out more

Subscribe to my newsletter

Subscribe and get my books and product announcements.

Learn Laravel with Laracasts

Faster Laravel Hosting

© 2006 - 2024 DC Blog. All code MIT license. All rights reserved.