artisan command for creating controller with resources in lravel 8 code example
Example: artisan command to add resources to controller
php artisan make:controller NameofController --resource
// It will create the controller with all methods. laravel version 5.2+