I started learning Laravel today.
Everything went well, but now suddenly I get an error when I try to create a controller with artisan.
My command:
php artisan make:controller CardsController
The error I get: [Symfony\Component\Debug\Exception\FatalErrorException] Class 'Routee' not found.
Working with windows 10 and Wamp.
What could cause this?