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:
In Laravel's Blade templates:
{{ App::VERSION() }}
Note that this is tested in 5.3x