Check if the Route exists in Laravel
I wanted to check if the route I created really exists, cause I couldn’t do the obvious ‘php artisan route:list’ because it threw back some errors, so I searched the internet and found this.. The fastest way to check is with tinker typing on the terminal: then: or Hope it helps you.