nanuc / version-information
Installs: 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
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: 2025-04-02 13:13:33 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.