Skip to content

Commit 5f1b404

Browse files
committed
Update docs
1 parent fa9df94 commit 5f1b404

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ npm run fetch-docs:cache
6161
Pass `--plugin` and `--version` flags (directly via `tsx`) or use the `FETCH_PLUGIN` / `FETCH_VERSION` environment variables (recommended on Windows, where `npm run -- ` does not forward args correctly).
6262

6363
**PowerShell (Windows) — use env vars:**
64+
6465
```powershell
6566
# Single plugin (all versions)
6667
$env:FETCH_PLUGIN='simple-contact-form'; npm run fetch-docs
@@ -76,13 +77,15 @@ $env:FETCH_PLUGIN='simple-contact-form'; npm run fetch-docs:cache
7677
```
7778

7879
**bash / macOS / Linux — env vars also work:**
80+
7981
```bash
8082
FETCH_PLUGIN=simple-contact-form npm run fetch-docs
8183
FETCH_PLUGIN=simple-contact-form FETCH_VERSION=2.x npm run fetch-docs
8284
FETCH_PLUGIN=filament-tree,filament-firewall npm run fetch-docs
8385
```
8486

8587
**Or call `tsx` directly (works everywhere):**
88+
8689
```bash
8790
npx tsx scripts/fetch-docs.ts --plugin=simple-contact-form
8891
npx tsx scripts/fetch-docs.ts --plugin=simple-contact-form --version=2.x

content/docs/simple-contact-form/0.x/overview.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview | 0.x
33
description: A straightforward contact form plugin with spam protection and email notifications for Filament applications.
4-
lastUpdated: 2025-09-22T16:27:02Z
4+
lastUpdated: 2026-03-26T07:33:58Z
55
---
66

77
![Simple-Contact-Form](https://github.com/user-attachments/assets/302127a9-fada-404c-ade9-d7658a3bfa8c)
@@ -38,7 +38,7 @@ A lightweight, customizable contact form plugin for FilamentPHP that provides an
3838
| Filament Version | Plugin Version |
3939
| ---------------- | -------------- |
4040
| v3 | 0.0.6 |
41-
| v4 | 2.0.2 |
41+
| v4/v5 | >=2.0.0 |
4242

4343
## Installation
4444

@@ -48,12 +48,6 @@ You can install the package via composer:
4848
composer require solution-forest/simple-contact-form
4949
```
5050

51-
For Filament v4, use the v2.0.1 version:
52-
53-
```bash
54-
composer require solution-forest/simple-contact-form:^2.0.2
55-
```
56-
5751
You can publish and run the migrations with:
5852

5953
```bash
@@ -88,7 +82,7 @@ Simple Contact Form provides a Filament form that can be used outside the Filame
8882
php artisan vendor:publish --tag="simple-contact-form-assets"
8983
```
9084

91-
3. **Filament v4 (expects Tailwind v4):**
85+
3. **Filament v4/v5 :**
9286
Add the following to your `app.css` or your stylesheet:
9387

9488
```css

content/docs/simple-contact-form/2.x/overview.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview | 2.x
33
description: A straightforward contact form plugin with spam protection and email notifications for Filament applications.
4-
lastUpdated: 2025-09-22T16:27:02Z
4+
lastUpdated: 2026-03-26T07:33:58Z
55
---
66

77
![Simple-Contact-Form](https://github.com/user-attachments/assets/302127a9-fada-404c-ade9-d7658a3bfa8c)
@@ -38,7 +38,7 @@ A lightweight, customizable contact form plugin for FilamentPHP that provides an
3838
| Filament Version | Plugin Version |
3939
| ---------------- | -------------- |
4040
| v3 | 0.0.6 |
41-
| v4 | 2.0.2 |
41+
| v4/v5 | >=2.0.0 |
4242

4343
## Installation
4444

@@ -48,12 +48,6 @@ You can install the package via composer:
4848
composer require solution-forest/simple-contact-form
4949
```
5050

51-
For Filament v4, use the v2.0.1 version:
52-
53-
```bash
54-
composer require solution-forest/simple-contact-form:^2.0.2
55-
```
56-
5751
You can publish and run the migrations with:
5852

5953
```bash
@@ -88,7 +82,7 @@ Simple Contact Form provides a Filament form that can be used outside the Filame
8882
php artisan vendor:publish --tag="simple-contact-form-assets"
8983
```
9084

91-
3. **Filament v4 (expects Tailwind v4):**
85+
3. **Filament v4/v5 :**
9286
Add the following to your `app.css` or your stylesheet:
9387

9488
```css

0 commit comments

Comments
 (0)