Laravel-Challenge-Route-Model-Binding
Laravel-Challenge-Route-Model-Binding copied to clipboard
fixed 3 route model binding errors
Fixed the 3 route model binding errors: First, I had to disable Horizon due to my setup.
- Error One: TransactionController need Transaction Model Class to be imported.
- Error Two: In the web.php file, the export route, it was using transactions which needed to be transaction
- Error Three: in the web.php file, the duplicate route, needed to add the route key to use uuid column.
Enjoyed the coding challenge. Keep doing these!