We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b36b43 commit 724d176Copy full SHA for 724d176
1 file changed
README.md
@@ -30,12 +30,28 @@ Filament SimpleLightbox is a PHP package that provides a simple and lightweight
30
31
## Installation
32
33
+| Filament Version | Filament Simple Light Box Version |
34
+|------------------|---------------------------|
35
+| v3.x | v0.x |
36
+| v4.x | v1.x
37
+
38
39
You can install the package via composer:
40
41
```bash
42
composer require solution-forest/filament-simplelightbox
43
```
44
45
+Publish the assets:
46
47
+```bash
48
+php artisan filament:assets
49
+```
50
51
+php artisan optimize
52
53
54
55
## Usage
56
57
```php
0 commit comments