In Laravel 5.2, trying to display the routes list using php artisan routes
. But, its not working. It will show the below errors,
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "routes" is not defined.
How to fix this issue??
Thanks