Monthly Archives: September 2021

Laravel Type Error: Argument 2 of str_contains() must be string or null, array given

Recently we ran the php composer update successful, but after that, the system got errors, which caused function failed. And then I found the error was due to the function str_contains(string stack, string needle) is from php80 After compare polyfill-php80\bootstrap.php … Continue reading

Posted in Laravel | Leave a comment