nanuc/version-information

There is no license information available for the latest version (0.0.3) of this package.

0.0.3 2021-03-09 16:22 UTC

This package is not auto-updated.

Last update: 2024-04-17 08:14:37 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.