php artisan
If you want to be more explicit then you can specify the command with "--version" or "-V" flag.
php artisan --version # or php artisan -V
Now when you press enter, you will see something like "Laravel Framework 8.49.0" outputted on the terminal.
Leave a reply