Butochnikov / laravel-app-version by Butochnikov

Display app version number
104
0
2
Package Data
Maintainer Username: Butochnikov
Maintainer Contact: butochnikov@gmail.com (Alexey Butochnikov)
Package Create Date: 2017-02-08
Package Last Update: 2017-03-15
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 03:11:30
Package Statistics
Total Downloads: 104
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.