This package tracks versions of an app maintained with GitHub/Envoyer.
composer require nanuc/version-information
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.
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.
Place <x-version-information-table />
in any view of your app.