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!
If I want to add a Photo when I create a Service? What should I do? Which files should I edit?
Thank You!
- MSAnsweredHello,
You will need to
1. write migration or add field to your database
2. The controller file is `app/Http/Controllers/ServiceController.php` and form request is `app/Http/Requests/ServiceRequest.php`
3. The view (vuejs) files for services are in `resources/js/Pages/Services`
Thank you - Login to Reply