How to Check Laravel Version by CLI and File
This is the tutorial of How to Check Laravel Version by CLI and File using CMD. Open command prompt and this command insert.
Command to Find Laravel Version
php artisan -V
Check Laravel Version in Files
#blog/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
const VERSION = '6.0';