Laravel 5.2 php artisan routes not working

Viewed 7275

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

1 Answers
Related