
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'
Subscribe to my newsletter for the latest updates on my books and digital products.
Find posts, tutorials, and resources quickly.
Subscribe to my newsletter for the latest updates on my books and digital products.