So I have a table on my database, with an eloquent class allowing me to access it. So far everything's worked great. But recently when I try to make an all() call to get all the items from the table, my webpage comes up with an error 500 and the data is not retrieved. The get() function also doesn't seem to work. The strange thing is, I can call a find($id) and get any one row from the table, but I can't get any more. Has anyone experienced anything similar or have any insight as to what the problem is? If you need more information on the problem I can provide it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community