Get Laravel Version via Command Line

Laravel provides an option to use with php artisan command to find out exactly Laravel version that is being used in your app.
In this article, we can use -v or --version, option to retrieve current version being used in your Laravel application.
Get Laravel Version with --version option
It display this application version
Syntax
php artisan --version
Laravel Framework 8.26.1
You can also use php artisan command to retrieve Laravel application version. The php artisan will list all supported commands.
Happy 😄 coding
With ❤️ from 🇮🇳