I don\'t want to check my Laravel version in the command prompt (php artisan --version), but in the view itself.
php artisan --version
Like this:
View current Laravel version through Blade Templates, there are many ways:
1st way to show,
{{ App::VERSION() }}
2nd way,
3rd way,
The Laravel version installed can be checked in the command line using the following command :