Hey guys,
Something very weird has happened in an application that I am building today.
All of a sudden, I can't use the default Eloquent methods for one of my models, this includes all(), find() and where().
I am really at a loss as I have not done anything that would cause this break.
And even weirder, if I save the model as Test.php, and change the model class name to Test, it works.
If anyone could shed any light on this, or point me to any direction where I could start debugging, I would really appreciate it.
Cheers Craig
I have found the cause. I changed a file name of a library which was conflicting. I didn't suspect this straight away as Laravel had been working for hours after I had been in the libraries.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community