php artisan make controller with methods code example
Example 1: laravel create controller
php artisan make:controller MyController
Example 2: laravel create controller command
php artisan make:controller UserController
Example 3: how to create controller in laravel
php artisan make:controller PhotoController --resource