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-11-22 03:12:57 |
Package Statistics | |
---|---|
Total Downloads: | 104 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Display application version number.
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
...
],
Run console command:
php artisan app:ver
The MIT License (MIT). Please see License File for more information.