GF
Asked
Hello, If I want to add a Photo when I create a Service? What should I do? Which files should I edit? Thank You!
- MSAnswered
Hello,
You will need to
- write migration or add field to your database
- The controller file is
app/Http/Controllers/ServiceController.php
and form request isapp/Http/Requests/ServiceRequest.php
- The view (vuejs) files for services are in
resources/js/Pages/Services
Thank you
- Login to Reply