Como verificar a versão do Laravel Mac

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