Skip to content

Tag: laravel

Call to a member function save() on null in Laravel test

I’m doing a Laravel course on Codecourse. So far I have a Category model: A factory: And a test However, when I run the test, I get: What gives? The course is a couple of years old so I think there’re a couple of differences between Laravel versions, but this seems a bit more fundamental. Answer Y…

Query a model using a relationship

I have a model called unit that has this relationship In the UserData model there is a column called user_id which I am trying to put in my condition in my query. I am trying to do a query like this but there is no user_id column in the Unit table, only though the users relationship Answer Ended up doing

How can I show images from a Google Drive folder?

I am building a testing website. In login confirmation, I have to show the examinee their pictures, which is already saved in Google Drive Folder. This is what I used to get the file ID. Now in order to preview the image to the page, do I have to download the image (then delete it later) in order to show