-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[L5.4] seems like last two days you and laravel both released new package and by that some error was occured, so kindly check it out. #236
Comments
i have latest version of laravel 5.4.19 |
I have the same problem |
I'm having the same problem. It's fine with Laravel 5.3 but getting the "array_key_exists() expects parameter 2 to be array, boolean given" error in Laravel 5.4. |
you could add some small workaround. I changed one line in file " |
great @gregc88 |
You can use my temporary repository.
When fix will be published in official repository just revert |
Laravel Container was fixed in recent PR. It will be included in next Laravel release. |
current im facing the error like,
array_key_exists() expects parameter 2 to be array, boolean given (View page)
The text was updated successfully, but these errors were encountered: