Installation
Compatibility
| Plugin Version | Filament Version |
|---|---|
| 0.x | 3.x |
| 1.x | 4.x |
See v4 Upgrade for Filament v4 upgrade instructions.
Support
Please contact my at support@pixelarbeit.de or join our Discord Server
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.deAfter 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-proStyles
To include the Tailwind classes that are used in the Spotlight component, you need to create a Custom Theme and include the following line:
css
@import '../../../../vendor/pxlrbt/filament-spotlight–pro/resources/spotlight.css';