I'm having a strange issue.
On my local machine everything is fine but when I do the same action (a simple select query) on the production system it throws "base table or view not found".
Of course I know what the error means but the table exists and everything should be fine.
I don't have any clue. Any ideas where this could come from or how to fix it?
I'm using laravel 5.4 if it's important.
The reason for this was a stupid mistake.
I had a typo in my validator and mistakenly wrote the table name uppercase.
Thanks for the comments you were absolutely right I just looked at the wrong place.