Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vishu's avatar
Level 1

- laravel/framework v5.4.9 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.

how can i solve this rerror

0 likes
4 replies
zachleigh's avatar

You can install it. What php version are you using?

EGorS's avatar

I installed it, but i still have this issue

narcisonunez21's avatar

You need to go to the php.ini file and remove the ; placed before the extension.

If you are using a web server and not the php artisan command remember to restart the service

Please or to participate in this conversation.