This package is a Laravel 5 utility which helps you keep and manage your application version, increment version numbers (major, minor, patch, build), etc.

Laravel version control

Install

Via Composer

composer require pragmarx/version

Then publish the configuration file you'll have to:

php artisan vendor:publish --provider="PragmaRX\Version\Package\ServiceProvider"

And you should be good to use it in your views:

@version

Source Code

https://github.com/antonioribeiro/version