Comment vérifier la version Laravel Mac

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