akaunting/laravel-version is a Laravel package for version management package for laravel.
It currently has 38 GitHub stars and 286.923 downloads on Packagist (latest version 1.0.4).
Install it with composer require akaunting/laravel-version.
Discover more Laravel packages by akaunting
or browse all Laravel packages to compare alternatives.
Last updated
This is a SemVer compatible version management package for any software built on Laravel.
Run the following command:
composer require akaunting/laravel-version
Register the service provider in config/app.php
Akaunting\Version\Provider::class,
Add alias if you want to use the facade.
'Version' => Akaunting\Version\Facade::class,
Publish config file.
php artisan vendor:publish --tag=version
You can change the version information of your app from config/version.php file
You can either enter the method like version('short') or leave it empty so you could firstly get the instance then call the methods like version()->short()
Please see Releases for more information what has changed recently.
Pull requests are more than welcome. You must follow the PSR coding standards.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see LICENSE for more information.