Skip to content

Commit 550f4a1

Browse files
Update README.md
1 parent 47eb6b1 commit 550f4a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codewithdennis/filament-select-tree.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/filament-select-tree)
44
[![Total Downloads](https://img.shields.io/packagist/dt/codewithdennis/filament-select-tree.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/filament-select-tree)
55

6+
To use this package with a Filament 3.x project, check out the guide [here](https://github.com/CodeWithDennis/filament-select-tree).
7+
68
This package adds a dynamic select tree field to your Laravel / Filament application, allowing you to create interactive hierarchical selection dropdowns based on relationships. It's handy for
79
building selection dropdowns with various customization options.
810

@@ -13,7 +15,7 @@ building selection dropdowns with various customization options.
1315
You can install the package via composer:
1416

1517
```bash
16-
composer require codewithdennis/filament-select-tree
18+
composer require codewithdennis/filament-select-tree:4.x
1719
```
1820

1921
```bash

0 commit comments

Comments
 (0)