Error "Argument #2 ($concrete) must be of type Closure|string|null" after install
ivex001 opened this issue · 11 comments
ivex001 commented
sentisso commented
Same for me.
Laravel 8.31, PHP 7.4.3
Mokei-it commented
The same for me: Laravel 8.32.1, PHP 7.4.1
Thank you in advance!
buzzclue commented
Same for me.
Laravel 8.33, PHP 8.0
soufiansaidi commented
Same for me.
Laravel 8, PHP 7.4
onuruslu commented
Same for me.
Laravel 8.29 PHP 7.3.23
rvanbaalen commented
Jup.. the current release seems broken. I'm on Laravel 7 with PHP 7.4 and get the same error.
lironesamoun commented
Same here
ndberg commented
I'm on PHP 7.4 and Laravel 8.37 and it's working
zlokomatic commented
Problem is your configuration is cached.
sail artisan optimize:clear should fix it
reasecret commented
I got same error and php artisan config:cache solved my issue.
Laravel 8 and PHP 7.4
asandri-mmo commented
👍
