I am trying to create a resource controller by running the following command
php artisan controller:make ImageController
but i have this error
[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "controller" namespace.
What's wrong?
php laravel laravel-5
Jonh doe
source share