Laravel-Challenge-Route-Model-Binding
Laravel-Challenge-Route-Model-Binding copied to clipboard
Fixed 3 errors on route model binding.
Beginner level solution From Youtube challengue: https://www.youtube.com/watch?v=HrVu7y3bOeQ&t=47s
- Fixed Transaction Model Import Issue - Fixed Route Model Binding Issues
Fixed the 3 route model binding errors: First, I had to disable Horizon due to my setup. 1. Error One: TransactionController need Transaction Model Class to be imported. 2. Error...
These fixes can solve the mentioned problems in the video.