I have been working on a Laravel project and I deployed it to a web hosting account. The application allows users to upload profile pictures and update (replace) them whenever they want to. After uploading…
I was getting an error in Laravel when trying to access a value from a related table, after defining relationships in the relevant models. Attempt to read property “nationality” on int I had defined the…