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-spotlight-pro composer https://filament-spotlight-pro.composer.pxlrbt.de
After adding the repository you need to setup auth to user your License key:
sh
composer config http-basic.filament-spotlight-pro.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-spotlight-pro