If you haven't done it, you should put your Composer's system wide vendor bin directory in your $PATH as described in the documentation here: https://laravel.com/docs/8.x/installation#installing-laravel
Then, the command is:
laravel -V
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, i am a little bit confused about checking the version of Laravel/Installer, not Laravel/Framework. The current version should be 4. I red averall the command: laravel -V => command not found composer laravel -V => Composer version 1.10.13 composer laravel/installer -V => Composer version 1.10.13 php artisan -V => Laravel Framework 7.22.4 composer global about => Changed current directory to /home/user/.composer ... There is also a folder: /home/user/.composer/vendor/laravel/installer I did also this in the beginning: composer global require laravel/installer But how i can check the version of installer? Should be 4 ... for jetstream...
Please or to participate in this conversation.