Download the PHP package connorhowell/laravel-git-version without Composer
On this page you can find all versions of the php package connorhowell/laravel-git-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download connorhowell/laravel-git-version
More information about connorhowell/laravel-git-version
Files in connorhowell/laravel-git-version
Package laravel-git-version
Short Description Retrieve current verison information about the app in the form of a git commit hash
License MIT
Homepage https://github.com/connorhowell/laravel-git-version
Informations about the package laravel-git-version
Laravel Git Version
A Laravel package that provides easy access to Git version information for your application. This package allows you to retrieve the current Git commit hash, repository URL, and a direct link to the current commit, which can be useful for deployment tracking, debugging, and displaying version information in your application.
Installation
You can install the package via composer:
The package will automatically register its service provider.
Usage
You can use this package in two ways: via the Facade or by directly using the class.
Using the Facade
Direct Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Connor Howell
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-git-version with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0