Now when we stop parking it just disappears from the active parking list. This was planned to separate parking orders into active and history categories so they don't get in the way of each other and are more convenient.
Let's implement the parking history list in this lesson.

1. Extend Store
Extend parking store src/stores/parking.js...
For those who need
parkings/historyAPI:api.php:ParkingController.php:I get error status 500 to view parking from menu history. I think caused by this function history from previous course (ParkingController.php).
I copied history function from github previous course (app/Http/Controllers/Api/V1/ParkingController.php). How to fix this? Regards.
hi, what does 500 response say?
Solved. I missed to add
in Vehicle model class.