Answer the question
In order to leave comments, you need to log in
Is it possible to create a Create/Update Request at the same time as creating a model?
Usually I use the command php artisan make:model Model -m -c
Naturally, there is often a need to create 2 more, sometimes 3 classes, Request, on Create / Update / Delete (CUD).
Is there a command modifier? Or do it yourself in model observers when creating a model. create CUD requests as well?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question