butochnikov/laravel-app-version
Display app version number
104
| Install | |
|---|---|
composer require butochnikov/laravel-app-version |
|
| PHP: | >=5.6.4 |
| License: | MIT |
| Last Updated: | Mar 15, 2017 |
| Links: | GitHub · Packagist |
Maintainer: Butochnikov
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.