akaunting/laravel-version

Version management package for Laravel
300,255 38
Install
composer require akaunting/laravel-version
Latest Version:1.0.4
PHP:>=5.5.9
License:MIT
Last Updated:Mar 4, 2023
Links: GitHub  ·  Packagist
Maintainer: denisdulici

Version management package for Laravel

Downloads StyleCI License

This is a SemVer compatible version management package for any software built on Laravel.

Getting Started

1. Install

Run the following command:

composer require akaunting/laravel-version

2. Register (for Laravel < 5.5)

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,

3. Publish

Publish config file.

php artisan vendor:publish --tag=version

4. Configure

You can change the version information of your app from config/version.php file

Usage

version($method = null)

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()

Changelog

Please see Releases for more information what has changed recently.

Contributing

Pull requests are more than welcome. You must follow the PSR coding standards.

Security

If you discover any security related issues, please email security@akaunting.com instead of using the issue tracker.

Credits

License

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

Related Packages

mpociot/versionable

Allows to create Laravel 4 / 5 / 6 / 7 / 8 / 9 / 10 / 11 Model versioning and re...

1,488,193 787
artesaos/laravel-installer

Install Laravel Framework with any version you want.

417 21
butochnikov/laravel-app-version

Display app version number

104 0
proai/eloquent-versioning

An extension for the Eloquent ORM to support versioning.

25,953 71