I don\'t want to check my Laravel version in the command prompt (php artisan --version
), but in the view itself.
Like this:
Here is an easiest way to check it manually from the folder
Go to project folder
D:\xampp\htdocs\your-project-folder\vendor\laravel\framework\src\Illuminate\Foundation\Application.php
const VERSION = '5.2.45'; //version of laravel
This is the another way to check it.
If you don't want to check using this command php artisan --version