Skip to content

Installation

License

Buy a license in my shop.

Setup Repository & Auth

My plugins are served from their own Composer repository. Therefore you need to include this repository to your composer.json.

You can do this automatically by running:

sh
composer config repositories.pxlrbt/filament-changelog composer https://filament-changelog.composer.pxlrbt.de

After adding the repository you need to setup auth to user your License key:

sh
composer config http-basic.filament-changelog.composer.pxlrbt.de [YOUR_EMAIL] [LICENSE_KEY]

Install Package

After adding the repository and the license key, you are ready to install the package:

sh
composer require pxlrbt/filament-changelog