Как проверить версию Laravel Mac

// in your laravel project -> in the terminal run this command
"php artisan --version"
Breakable Baboon