You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-20Lines changed: 16 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
-
# This is my package filament-fields
1
+
# Filament Fields
2
2
3
3
[](https://packagist.org/packages/vormkracht10/filament-fields)
## Nice to meet you, we're [Vormkracht10](https://vormkracht10.nl)
8
9
10
+
Hi! We are a web development agency from Nijmegen in the Netherlands and we use Laravel for everything: advanced websites with a lot of bells and whitles and large web applications.
9
11
10
-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
12
+
## About the package
13
+
14
+
This package provides a simple way to add configurable fields to your Filament resources. We provide you all Filament Form fields and a way to add your own fields.
11
15
12
16
## Installation
13
17
@@ -17,38 +21,30 @@ You can install the package via composer:
This will create a `fields.php` file in your `config` directory. Make sure to fill in the tenant relationship and the tenant model. When running the migrations, the fields table will be created with the correct tenant relationship.
0 commit comments