Skip to content

Commit d63662b

Browse files
authored
Merge pull request #837 from cklei-carly/patch-2
[Plugin] Add and update v4 support
2 parents 662a489 + c173ca5 commit d63662b

13 files changed

+85
-700
lines changed
48.6 KB
Loading
42.7 KB
Loading
588 KB
Loading

content/plugins/solution-forest-cms-website.md

Lines changed: 2 additions & 693 deletions
Large diffs are not rendered by default.

content/plugins/solution-forest-field-group.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ author_slug: solution-forest
55
categories: [form-layout, form-field]
66
description: Filament Field Group enhances Filament's form building capabilities. It allows you to easily group and organize form fields in UI.
77
discord_url: https://discord.com/channels/883083792112300104/1281613788831027200
8-
docs_url: https://raw.githubusercontent.com/solutionforest/filament-field-group/main/README.md
8+
docs_urls:
9+
v4: https://raw.githubusercontent.com/solutionforest/filament-field-group/2.x/README.md
10+
v3: https://raw.githubusercontent.com/solutionforest/filament-field-group/1.x/README.md
911
github_repository: solutionforest/filament-field-group
1012
has_dark_theme: false
1113
has_translations: false
12-
versions: [3]
14+
versions: [3, 4]
1315
publish_date: 2024-09-09
1416
---

content/plugins/solution-forest-firewall.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ author_slug: solution-forest
55
categories: [panel-builder]
66
description: Depends on akaunting/laravel-firewall, Manage Firewall under Filament Admin Panel.
77
discord_url: https://discord.com/channels/883083792112300104/1110187399348236338
8-
docs_url: https://raw.githubusercontent.com/solutionforest/filament-firewall/2.x/README.md
8+
docs_urls:
9+
v4: https://raw.githubusercontent.com/solutionforest/filament-firewall/3.x/README.md
10+
v3: https://raw.githubusercontent.com/solutionforest/filament-firewall/2.x/README.md
911
github_repository: solutionforest/filament-firewall
10-
has_dark_theme: false
12+
has_dark_theme: true
1113
has_translations: true
1214
versions: [2, 3]
1315
publish_date: 2023-05-22
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Inspire CMS Pro
3+
slug: solution-forest-inspirecms-pro
4+
author_slug: solution-forest
5+
categories: [kit, developer-tool, panel-builder]
6+
description: InspireCMS is a flexible, un-opinionated content engine for Laravel, built on Filament.
7+
discord_url: https://discord.com/channels/883083792112300104/1401982951960350872
8+
url: https://inspirecms.net/docs/v1
9+
github_repository: solutionforest/Inspirecms-core
10+
has_dark_theme: true
11+
has_translations: true
12+
versions: [3]
13+
publish_date: 2025-08-04
14+
---
15+
16+
InspireCMS is the foundation library that powers the InspireCMS platform. This package provides essential functionality, including content management, admin interfaces, and extensibility features. Designed with flexibility and developer experience in mind, it allows you to quickly build customized content management systems for your Laravel applications.
17+
18+
Demo site : [https://inspirecms-demo.laravel.cloud](https://inspirecms-demo.laravel.cloud)
19+
20+
Demo admin site : [https://inspirecms-demo.laravel.cloud/cms](https://inspirecms-demo.laravel.cloud/cms)
21+
22+
Demo username : [email protected]
23+
24+
Demo password : 12345678
25+
26+
Auto reset every 30 minutes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Inspire CMS
3+
slug: solution-forest-inspirecms
4+
author_slug: solution-forest
5+
categories: [kit, developer-tool, panel-builder]
6+
description: InspireCMS is a flexible, un-opinionated content engine for Laravel, built on Filament.
7+
discord_url: https://discord.com/channels/883083792112300104/1401983070764138577
8+
url: https://inspirecms.net/docs/v1
9+
github_repository: solutionforest/Inspirecms-core
10+
has_dark_theme: true
11+
has_translations: true
12+
versions: [3]
13+
publish_date: 2025-08-19
14+
---
15+
16+
InspireCMS is the foundation library that powers the InspireCMS platform. This package provides essential functionality, including content management, admin interfaces, and extensibility features. Designed with flexibility and developer experience in mind, it allows you to quickly build customized content management systems for your Laravel applications.
17+
18+
Demo site : [https://inspirecms-demo.laravel.cloud](https://inspirecms-demo.laravel.cloud)
19+
20+
Demo admin site : [https://inspirecms-demo.laravel.cloud/cms](https://inspirecms-demo.laravel.cloud/cms)
21+
22+
Demo username : [email protected]
23+
24+
Demo password : 12345678
25+
26+
Auto reset every 30 minutes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Tab Layout Plugin
3+
slug: solution-forest-tab-layout-plugin
4+
author_slug: solution-forest
5+
categories: [widget]
6+
description: This plugin provides a flexible tab layout system for Filament Admin panels, enabling you to organize content into clean, navigable tabbed interfaces.
7+
discord_url: https://discord.com/channels/883083792112300104/1401983301694132234
8+
docs_urls:
9+
v4: https://raw.githubusercontent.com/solutionforest/filament-tab-plugin/3.x/README.md
10+
v3: https://raw.githubusercontent.com/solutionforest/filament-tab-plugin/2.x/README.md
11+
v2: https://raw.githubusercontent.com/solutionforest/filament-tab-plugin/1.x/README.md
12+
github_repository: solutionforest/filament-tab-plugin
13+
has_dark_theme: true
14+
has_translations: false
15+
versions: [2, 3, 4]
16+
publish_date: 2025-08-19
17+
---

content/plugins/solution-forest-tree.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ author_slug: solution-forest
55
categories: [widget]
66
description: This plugin creates model management page with heritage tree structure view for Filament Admin. It could be used to create menu, etc.
77
discord_url: https://discord.com/channels/883083792112300104/1099247878142164992
8-
docs_url: https://raw.githubusercontent.com/solutionforest/filament-tree/2.x/README.md
8+
docs_urls:
9+
v4: https://raw.githubusercontent.com/solutionforest/filament-tree/3.x/README.md
10+
v3: https://raw.githubusercontent.com/solutionforest/filament-tree/2.x/README.md
11+
v2: https://raw.githubusercontent.com/solutionforest/filament-tree/2.x/README.md
912
github_repository: solutionforest/filament-tree
10-
has_dark_theme: false
13+
has_dark_theme: true
1114
has_translations: true
12-
versions: [2, 3]
15+
versions: [2, 3, 4]
1316
publish_date: 2023-04-22
1417
---

0 commit comments

Comments
 (0)