In order to be able to book parking in a specific zone, the user must first add their own vehicles. This lesson will focus on implementing the first CRUD operation.

And the form to add a vehicle will look like this. After pressing the Save Vehicle button form is submitted to the server and then redirected back to the list. Pressing the Cancel button redirect will discard the form data without submitting it and will redirect back to the list.

- Create a new
src/hooks/useVehicle.jsxhook...
Either its me or did the description field forgot to be added from the Laravel API Lesson?
Hi, not sure I understood what you have in mind here. Can you explain a little bit more?
Yeah, thank you for answering. In the Laravel API tutorial connected to this lesson, the Vehicle Model didnt include the description field. I tried looking back to see if it was somthing I missed, but I do not believe so.
Okay, now this makes sense. Will see if we can update this.
Thank you!