Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored Aug 29, 2023
1 parent 63e07d7 commit 2b8455f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,27 @@ https://user-images.githubusercontent.com/22632550/159757479-ca9c3f46-7638-4889-
composer require pxlrbt/filament-spotlight
```

### Assets

Publish the assets (Filament > 3)

```bash
php artisan filament:assets
```

### Plugin registration

To use this plugin register it in your panel configuration:

```php
use pxlrbt\FilamentSpotlight\SpotlightPlugin;

$panel
->plugins([
SpotlightPlugin::make(),
]);
```

## Usage

There is no configuration needed.
Expand Down

0 comments on commit 2b8455f

Please sign in to comment.