This problem went away after I changed the case of my model class to match the db table:
My table name is cases
, but my model's class was declared as Cases.
Why does this throw a class not found exception?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community