Hey ,
This is simple, you just need to type the following command in command promt
php artisan make:controller User
This will work, so if you want to check wheather controller created successfully.
Go to Http folder of laravel and and then controllers. You will see user.php controller will be created.
Thank you!!