2017 © Pedro Peláez
 

library laravel-versioner

Utility to handle project versions in Git and Laravel.

image

diegoalvarezb/laravel-versioner

Utility to handle project versions in Git and Laravel.

  • Thursday, August 31, 2017
  • by diegoalvarezb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 313 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 139 % Grown

The README.md

laravel-versioner

This tool handle project versions in Laravel and Git., (*1)

The versions are generated in Git as tags with the format vX.Y.Z. When generating a new version, this tool gets the latest git version tag and increseases it, depending on the type of release you want to generate., (*2)

Requirements

  • PHP >= 5.6
  • Laravel >= 5.0

Installation and configuration

Package installation with composer:, (*3)

composer require diegoalvarezb/laravel-versioner

And add the service provider in your config/app.php file:, (*4)

Diegoalvarezb\Versioner\VersionerProvider::class

The service provider will register the package commands, so you can use them with artisan., (*5)

Show current version

To show the current version you have to execute the following command:, (*6)

php artisan versioner:git:show

Generate new version

To generate a new version you have to execute the artisan command php artisan versioner:git:new and then select the type of the release you'd like to generate. There are three realease options: - MAJOR: increases the X - MINOR: increases the Y - PATCH: increases the Z, (*7)

The command will create a new tag from master branch, and push it to origin., (*8)

php artisan versioner:git:new

License

MIT, (*9)

The Versions

31/08 2017

dev-master

9999999-dev https://github.com/diegoalvarezb/laravel-versioner

Utility to handle project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

23/01 2017

v1.1.1

1.1.1.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to handle project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

23/01 2017

v1.1.0

1.1.0.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to handle project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

22/01 2017

v1.0.2

1.0.2.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

22/01 2017

v1.0.1

1.0.1.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

22/01 2017

v1.0.0

1.0.0.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

21/01 2017

v0.1.0

0.1.0.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

17/01 2017

v0.0.2

0.0.2.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version

17/01 2017

v0.0.1

0.0.1.0 https://github.com/diegoalvarezb/laravel-versioner

Utility to generate project versions in Git and Laravel.

  Sources   Download

MIT

The Requires

 

by Diego Alvarez

laravel git php version