Level 51
Did you install correct version of package considering version of laravel which you use
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, i install laravelcollective/html and i have problem on /login and /register.
htmlspecialchars() expects parameter 1 to be string, array given (View: C:\projects\mojastrona.com\resources\views\layouts\app.blade.php) (View: C:\projects\mojastrona.com\resources\views\layouts\app.blade.php)
My login, and register is standard from laravel, but i think if error is from app.blade.php (too from laravel)
Please help me, thanks :)
I replace
<html lang="{{ config('app.locale') }}">
to
<html lang="en"
and now work, thanks
Please or to participate in this conversation.