Looking to hire Laravel developers? Try LaraJobs

laravel-app-version maintained by jdenoc

Description
artisan app:version
Last update
2024/08/04 07:00 (dev-main)
License
Downloads
2 618

Comments
comments powered by Disqus

laravel-app-version

release Github Actions License

Installation

You can install the package via composer:

composer require jdenoc/laravel-app-version

Usage

Get app version

php artisan app:version

Set app version

php artisan app:version x.y.z

Testing

vendor/bin/phpunit

PHP Version Support

  • 8.2

Laravel PHP Version

  • Laravel 11.x
  • Laravel 10.x
  • Laravel 9.x
  • Laravel 8.x
  • Laravel 7.x
  • Laravel 6.x

FAQ

Q: I've tried setting the app version, but it doesn't seem to be changing?

A: You're laravel config is likely cached. Run artisan config:clear to clear the cache, then try again.