Download the PHP package fox/laravel-application-version without Composer
On this page you can find all versions of the php package fox/laravel-application-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fox/laravel-application-version
More information about fox/laravel-application-version
Files in fox/laravel-application-version
Package laravel-application-version
Short Description Fox's smarter application version manager
License MIT
Informations about the package laravel-application-version
Laravel Application Version
Fox's smarter application version manager :)
Requirements
- PHP >= 8.0.2
- Composer >= 2.0
- Supported Laravel Framework versions: 7.0, 8.0 and 9.0
Installation
Use composer to install and use this package in your project.
Install them with
and you are ready to go!
Laravel
The service provider will automatically get registered. Or you may manually add the service provider to your config/app.php
file:
Usage
You can use the provided classes directly for your own purpose.
Version
This will generate the following output:
Version Manager
You may also use the version manager to determine the current version of your application by parsing
the composer.json file and run git to receive the last commit id of your working directory used as
additional build
information.
Development - Getting Started
See the CONTRIBUTING file.
Changelog
See the CHANGELOG file.
License
See the LICENSE file.
All versions of laravel-application-version with dependencies
illuminate/contracts Version ^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
composer/composer Version ^1.10|^2.0|^9.0|^10.0
symfony/process Version ^6.0