how to create a controller using the cli in laravel code example
Example 1: laravel create controller command
php artisan make:controller UserController
Example 2: laravel create controller command
php artisan make:controller NameController
php artisan make:controller UserController
php artisan make:controller NameController