generate controller laravel code example
Example 1: laravel create resource controller
php artisan make:controller PhotoController --resource
Example 2: how to make controller in laravel
php artisan make:controller ShowProfile
php artisan make:controller PhotoController --resource
php artisan make:controller ShowProfile