LaravelPackages.net
Acme Inc.
Toggle sidebar
ismailocal/laravel-version

Version manager for laravel projects

105
12
0.0.2
About ismailocal/laravel-version

ismailocal/laravel-version is a Laravel package for version manager for laravel projects. It currently has 12 GitHub stars and 105 downloads on Packagist (latest version 0.0.2). Install it with composer require ismailocal/laravel-version. Discover more Laravel packages by ismailocal or browse all Laravel packages to compare alternatives.

Last updated

Version manager for laravel projects

Semantic versioning for laravel project like {major.minor.patch}.

For example 0.1.2

Install package

composer require ismailocal/laravel-version

Version generate

php artisan version:generate

Now you can find version.json file in your base_path.

Version reset

php artisan version:reset

Version check

php artisan version:check

Version up

php artisan version:up {level}

{level} can be one of major,minor or patch

Version up command upgrading your current version in version.json.

Then after that version.json file will be commit and push your current branch on your repo.

If this process successfuly done then that version will be tag and push your current repo.

Use in blade

@version

Star History Chart