laravel how can i put the new class as request of function in laravel controller code example
Example 1: laravel create controller
php artisan make:controller MyController
Example 2: how to create controller in laravel
php artisan make:controller PhotoController --resource