Laravel Debug App Routes
We’re all aware of the greatness that the Artisan commands add to Laravel applications. Today I wish to discuss one very useful artisan command and how you can make the best of it. Command php artisan route:list The above command will list routes in your application like Pitfall When your content is too long; say […]