Take control over your Laravel app version with Laravel Versioning
This package is a Laravel 5 utility which helps you keep and manage your application version, increment version numbers (major, minor, patch, build), etc.
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
This post is submitted by our members. Submit a new post.
Tags: Tutorials Packages Sources Laravel 5.4 Laravel 5.5 Laravel 5.3