nanuc / version-information
There is no license information available for the latest version (0.0.3) of this package.
Package info
github.com/nanuc/version-information
Language:Blade
pkg:composer/nanuc/version-information
0.0.3
2021-03-09 16:22 UTC
Requires
- php: ^7.3|^8.0
- graham-campbell/github: ^10.0
- guzzlehttp/guzzle: ^7.0.1
- http-interop/http-factory-guzzle: ^1.0
- livewire/livewire: ^2.3
- nanuc/helpers: ^1.0
Requires (Dev)
- orchestra/testbench: ^6.0
This package is not auto-updated.
Last update: 2026-03-04 17:16:16 UTC
README
This package tracks versions of an app maintained with GitHub/Envoyer.
Installation
composer require nanuc/version-information
Setup Github
Publish the config file of the GrahamCampbell/Laravel-GitHub package that we use:
php artisan vendor:publish --provider="GrahamCampbell\GitHub\GitHubServiceProvider"
Setup your connection to GitHub like described here.
Setup Envoyer
Put the following into .env:
ENVOYER_API_TOKEN=api-token-from-envoyer ENVOYER_PROJECTS=project-ids-you-want-to-track-comma-separated
The Envoyer projects must point to the same GitHub Repository.
Usage
Place <x-version-information-table /> in any view of your app.