Skip to content

Commit 0eff787

Browse files
committed
Merge branch 'main' into 4.x
2 parents b2153e8 + ae39375 commit 0eff787

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+172
-254
lines changed

app/Http/Controllers/Plugins/ListPluginsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __invoke(GetPluginsListData $getPluginsListData)
3535
'pluginsCount' => Plugin::count(),
3636
'plugins' => $getPluginsListData(),
3737
'featuredPlugins' => $getPluginsListData([
38-
'filament-themes',
38+
'zepfietje-themes',
3939
'kenneth-sese-advanced-tables',
4040
'ralphjsmit-media-library-manager',
4141
]),

app/Http/Controllers/Plugins/ViewPluginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __invoke(GetPluginsListData $getPluginsListData, string $plugin)
2222
->image($plugin->getImageUrl() ?? $plugin->getThumbnailUrl());
2323

2424
$featuredPlugins = [
25-
'filament-themes',
25+
'zepfietje-themes',
2626
'kenneth-sese-advanced-tables',
2727
'ralphjsmit-media-library-manager',
2828
];
472 KB
Loading
20.6 KB
Loading
21.5 KB
Loading

content/authors/doonfrs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feras Abdalrahman
3+
slug: doonfrs
4+
github_url: https://github.com/doonfrs
5+
sponsor_url: https://github.com/sponsors/doonfrs
6+
---
7+
8+
I am Feras, a senior full-stack developer with 10+ years of expertise in delivering high-performance web and mobile solutions. Skilled in PHP, Node.js, Flutter, and cloud technologies, I consistently create scalable applications that drive exceptional business value.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Jefferson Gonçalves
3+
slug: jeffersongoncalves
4+
github_url: https://github.com/jeffersongoncalves
5+
twitter_url: https://twitter.com/jsimaogoncalves
6+
sponsor_url: https://github.com/sponsors/jeffersongoncalves
7+
---
8+
PHP/Laravel developer from Brazil 🇧🇷

content/authors/zepfietje.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Zep Fietje
3+
slug: zepfietje
4+
github_url: https://github.com/zepfietje
5+
twitter_url: https://x.com/zepfietje
6+
---
7+
8+
Designer, software developer, musician, and solopreneur.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Searchable Input
3+
slug: defstudio-searchable-input
4+
author_slug: defstudio
5+
categories: [form-field, form-builder]
6+
description: A searchable autocomplete input form field.
7+
discord_url: https://discord.com/channels/883083792112300104/1367710460182532146
8+
docs_url: https://raw.githubusercontent.com/defstudio/filament-searchable-input/refs/heads/main/FILAMENT_README.md
9+
github_repository: defstudio/filament-searchable-input
10+
has_dark_theme: true
11+
has_translations: false
12+
versions: [3]
13+
publish_date: 2025-05-02
14+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: VSCode Filament
3+
slug: doonfrs-vscode-filament
4+
author_slug: doonfrs
5+
categories: [developer-tool]
6+
description: A Visual Studio Code extension that provides syntax highlighting and autocompletion for Laravel Filament UI components in Blade files.
7+
url: https://marketplace.visualstudio.com/items?itemName=doonfrs.vscode-filament
8+
discord_url: https://discord.com/channels/883083792112300104/1367715681356742666
9+
docs_url: https://raw.githubusercontent.com/doonfrs/vscode-filament/main/README.md
10+
github_repository: doonfrs/vscode-filament
11+
has_dark_theme: true
12+
has_translations: false
13+
versions: [3]
14+
publish_date: 2025-05-02
15+
---

0 commit comments

Comments
 (0)