Fresh install native:serve Call to undefined function Illuminate\Support\mb_split() #664
Replies: 2 comments
-
I’m experiencing a similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the hint. After downgrading to |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I start the app with
php artisan native:server
the terminal gets flooded with this message:The default windwo never gets opened
Steps to reproduce:
I've checked the used php binary to have mbstring included by unzipping it and calling
./php -i | grep mbstring
. So what's going wrong here?I've done the process multiple times with new folders, added
--force
tonative:install
and completely deleted/Users/me/Library/Application Support/laravel-dev
. Nothing helped.Platform: Mac OS 15.5
PHP 8.4.10
node 22.17.1
Did anyone had a similar problem?
FYI: Output of the
native:serve
command:Beta Was this translation helpful? Give feedback.
All reactions