LaravelPackages.net
Acme Inc.
Toggle sidebar
orumad/laravel-app-version

Update app version in 'package.json' and 'composer.json' files. Add commit message and version to the CHANGELOG.md file. Commit changes and (optionaly) deploy them.

5
2
1.0.5
About orumad/laravel-app-version

orumad/laravel-app-version is a Laravel package for update app version in 'package.json' and 'composer.json' files. add commit message and version to the changelog.md file. commit changes and (optionaly) deploy them.. It currently has 2 GitHub stars and 5 downloads on Packagist (latest version 1.0.5). Install it with composer require orumad/laravel-app-version. Discover more Laravel packages by orumad or browse all Laravel packages to compare alternatives.

Last updated

Laravel App Version

My (own & personal) system to update the version of Laravel applications, their changelog and commit changes to git.

Additionally, it can merge changes from the main`` branch to the deploy` branch in order to deploy automatically these changes to the remote server.

This package installs a Laravel console command called update:version that can perform all the tasks described above.

Usage:

$ php artisan update:version {message} {--T|tag=version} {--deploy}

NOTE: due to the very personal nature of this task, the repository's issues system has been disabled. Feel free to fork and make the changes you need to adapt this to your own system.

Star History Chart