Skip to content

Commit 724d176

Browse files
authored
Update README.md
1 parent 4b36b43 commit 724d176

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,28 @@ Filament SimpleLightbox is a PHP package that provides a simple and lightweight
3030

3131
## Installation
3232

33+
| Filament Version | Filament Simple Light Box Version |
34+
|------------------|---------------------------|
35+
| v3.x | v0.x |
36+
| v4.x | v1.x
37+
38+
3339
You can install the package via composer:
3440

3541
```bash
3642
composer require solution-forest/filament-simplelightbox
3743
```
3844

45+
Publish the assets:
46+
47+
```bash
48+
php artisan filament:assets
49+
```
50+
```bash
51+
php artisan optimize
52+
```
53+
54+
3955
## Usage
4056

4157
```php

0 commit comments

Comments
 (0)