Hello,
When I run :
php artisan make:controller MyController
I get a plain controller lacking all methods. I don't add the --plain option and still get that.
Thx.
I assume you use 5.2.
In 5.2 the make:controller is reversed. Now default is plain and you need to use --resource to make resource controller.
To see all options use:
php artisan help make:controller
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community