Question: Add Photo In Services

Add Photo In Services

Hello, If I want to add a Photo when I create a Service? What should I do? Which files should I edit? Thank You!

GF

Geart Ferhati

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!
  • MS

    Mian Saleem

    Answered
    Hello,

    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