2017 © Pedro Peláez
 

library version

Version management package for Laravel.

image

akaunting/version

Version management package for Laravel.

  • Thursday, August 24, 2017
  • by denisdulici
  • Repository
  • 4 Watchers
  • 19 Stars
  • 3,876 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 30 % Grown

The README.md

Version management package for Laravel

Downloads StyleCI License, (*1)

This is a SemVer compatible version management package for any software built on Laravel., (*2)

Getting Started

1. Install

Run the following command:, (*3)

composer require akaunting/laravel-version

2. Register (for Laravel < 5.5)

Register the service provider in config/app.php, (*4)

Akaunting\Version\Provider::class,

Add alias if you want to use the facade., (*5)

'Version' => Akaunting\Version\Facade::class,

3. Publish

Publish config file., (*6)

php artisan vendor:publish --tag=version

4. Configure

You can change the version information of your app from config/version.php file, (*7)

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(), (*8)

Changelog

Please see Releases for more information what has changed recently., (*9)

Contributing

Pull requests are more than welcome. You must follow the PSR coding standards., (*10)

Security

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

Credits

License

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

The Versions

24/08 2017

dev-master

9999999-dev

Version management package for Laravel.

  Sources   Download

MIT

The Requires

 

laravel version

24/08 2017

1.0.0

1.0.0.0

Version management package for Laravel.

  Sources   Download

MIT

The Requires

 

laravel version