My dev environment runs on Laravel Homestead (i.e. VirtualBox, Vagrant, PHP 7.3, etc.) and I keep getting the following error:
Whoops \ Exception \ ErrorException (E_DEPRECATED)
strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior
I feel like I've tried everything -- I've tried to change the PHP.ini error_reporting level, etc. Nothing seems to help, I keep getting this errors. Thing is, this used to work fine ... but then I decided to upgrade VirtualBox, Vagrant and Homestead ... but I don't see how that would cause this particular error.
Anybody have any ideas where to look? Anybody else using Laravel Homestead?
TIA,
-martin.