Laravel erstellen Controller
php artisan make:controller MyController
Eranot
php artisan make:controller MyController
php artisan make:controller PhotoController --resource --model=Photo
php artisan make:controller NameofController --resource
// It will create the controller with all methods. laravel version 5.2+