Looking to hire Laravel developers? Try LaraJobs

laravel-app-version maintained by butochnikov

Description
Display app version number
Last update
2017/03/15 15:11 (dev-master)
License
Links
Downloads
104
Tags

Comments
comments powered by Disqus

Laravel app version

Display application version number.

Installation

Require it in your Laravel project:

composer require butochnikov/laravel-app-version

or update composer.json file:

{
    "require": {
        "laravel/framework": "5.4.*",
        "butochnikov/laravel-app-version": "dev-master"
    }
}

and run composer update from terminal.

Update app.php file in app/config directory:

'providers' => [
    ...
    Butochnikov\LaravelAppVersion\AppVersionServiceProvider::class
    ...
],

How to use

Run console command:

php artisan app:ver

License

The MIT License (MIT). Please see License File for more information.