HOW TO CHECK VERSION OF LARAVEL

1. by command line method
open command prompt and go to the laravel application directory.
type

php artisan --version

 

2. By checking laravel file
In your application directory go to vendor>framework>sric>Illuminate>Foundation and open Application.php
search “VERSION” and it contains the laravel version