You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run laravel new on WSL when using PHP 8.3 leads to the following error:
PHP Fatal error: Uncaught Error: Call to undefined function Laravel\Installer\Console\mb_rtrim() in /home/jaytame/.config/composer/vendor/laravel/installer/src/NewCommand.php:162
I have tested on MacOS and it works fine on PHP 8.3 there, it seems like mb_trim gets polyfilled on Mac.