0 votes
in Laravel by
Which is the command to make a new controller?

a) php artisan create:controller CatsController

b) php artisan new:controller CatsController

c) php artisan make:controller CatsController

d) php artisan CatsController
...