jdenoc/laravel-app-version

artisan app:version

4.0.1 2023-04-26 16:25 UTC

This package is auto-updated.

Last update: 2024-05-26 18:52:37 UTC


README

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.1

Laravel PHP Version

  • 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.