php artisan make:controller UserController -m code example
Example 1: laravel create controller command
php artisan make:controller UserController
Example 2: how to make controller in laravel
php artisan make:controller ShowProfile
php artisan make:controller UserController
php artisan make:controller ShowProfile