https://github.com/axeldotdev/laravel-version
Laravel Version allow you to easily manage your release versions including Git tags, changelog and showing the version in your frontend.
https://github.com/axeldotdev/laravel-version
Last synced: about 2 months ago
JSON representation
Laravel Version allow you to easily manage your release versions including Git tags, changelog and showing the version in your frontend.
- Host: GitHub
- URL: https://github.com/axeldotdev/laravel-version
- Owner: axeldotdev
- License: mit
- Created: 2022-02-13T10:45:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T02:10:39.000Z (over 2 years ago)
- Last Synced: 2025-02-27T03:23:39.119Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Laravel Version
[](https://packagist.org/packages/axeldotdev/laravel-version)
[](https://github.com/axeldotdev/laravel-version/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/axeldotdev/laravel-version/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://packagist.org/packages/axeldotdev/laravel-version)
[](https://packagist.org/packages/axeldotdev/laravel-version)
Laravel Version allow you to easily manage your release versions including Git tags, changelog and showing the version in your frontend.
## Installation
You can install the package via composer:
```bash
composer require --dev axeldotdev/laravel-version
```
The minimum PHP version required is **8.1**.
You can publish the config file with:
```bash
php artisan vendor:publish --tag="laravel-version-config"
```
## Usage
You can run the command to change your application version:
```bash
php artisan app:version {version}
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Axel Charpentier](https://github.com/axeldotdev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.