Bin/console does not work

Hello,

i’m new and hope to get some help here.

I am following the learning path “Introduction for developers“ and installed shopware 6 (docker, Ubuntu, WSL). I came to the chapter “App Development“ and issued “bin/console app:create“.

Firstly php was missing, so i installed PHP-cli. (php -v, PHP 8.3.6(cli) ) Now it threw following error when i use bin/console:

How to solve this?

Thanks

Ying

You might have not installed the necessary PHP extension.

php -m | grep mbstring