Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/authors/bezhansalleh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ twitter_url: https://twitter.com/bezhanSalleh
mastodon_url: https://phpc.social/@BezhanSalleh
sponsor_url: https://github.com/sponsors/bezhanSalleh
---
Bezhan Salleh, an expert full-stack developer, shines in the open-source arena with his suite of popular plugins for the Filament community. His standout creation, the [Shield](https://github.com/bezhanSalleh/filament-shield) plugin, reigns as the most starred and top-ranked open-source plugin, underscoring Bezhan's knack for crafting powerful tools. With a deep passion for technology and innovation, Bezhan consistently delivers with a commitment to excellence.

Bezhan Salleh is a full-stack developer with a strong focus on backend development and a passion for open-source. He’s the creator of [Shield](https://filamentphp.com/plugins/bezhansalleh-shield), Filament’s most starred plugin, and the author of other popular plugins, including [Plugin Essentials](https://filamentphp.com/plugins/bezhansalleh-plugin-essentials) and [Google Analytics](https://filamentphp.com/plugins/bezhansalleh-google-analytics). His work focuses on delivering practical, powerful solutions with an emphasis on performance and developer experience.
11 changes: 7 additions & 4 deletions content/plugins/bezhansalleh-google-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Google Analytics
slug: bezhansalleh-google-analytics
author_slug: bezhansalleh
categories: [analytics, spatie, widget]
description: Filament support for Spatie's Laravel Analytics package.
description: Google Analytics integration for Filament Panels with a set of widgets to display your analytics data in a beautiful way.
discord_url: https://discord.com/channels/883083792112300104/947955402732109844
docs_url: https://raw.githubusercontent.com/bezhanSalleh/filament-google-analytics/main/README.md
docs_url:
v4: https://raw.githubusercontent.com/bezhanSalleh/filament-google-analytics/3.x/README.md
v3: https://raw.githubusercontent.com/bezhanSalleh/filament-google-analytics/2.x/README.md
v2: https://raw.githubusercontent.com/bezhanSalleh/filament-google-analytics/1.x/README.md
github_repository: bezhanSalleh/filament-google-analytics
has_dark_theme: true
has_translations: true
versions: [2, 3]
publish_date: 2023-07-31
versions: [2, 3, 4]
publish_date: 2025-09-07
---
11 changes: 7 additions & 4 deletions content/plugins/bezhansalleh-language-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Language Switch
slug: bezhansalleh-language-switch
author_slug: bezhansalleh
categories: [panel-builder]
description: Zero config Language Switcher plugin for Filament Panels.
description: A versatile and user-friendly Locale/Language Switch designed for Filament Panels.
discord_url: https://discord.com/channels/883083792112300104/990920249744453642
docs_url: https://raw.githubusercontent.com/bezhanSalleh/filament-language-switch/main/README.md
docs_url:
v4: https://raw.githubusercontent.com/bezhanSalleh/filament-language-switch/4.x/README.md
v3: https://raw.githubusercontent.com/bezhanSalleh/filament-language-switch/3.x/README.md
v2: https://raw.githubusercontent.com/bezhanSalleh/filament-language-switch/1.x/README.md
github_repository: bezhanSalleh/filament-language-switch
has_dark_theme: true
has_translations: true
versions: [2, 3]
publish_date: 2023-07-31
versions: [2, 3, 4]
publish_date: 2025-09-07
---
12 changes: 7 additions & 5 deletions content/plugins/bezhansalleh-panel-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Panel Switch
slug: bezhansalleh-panel-switch
author_slug: bezhansalleh
categories: [panel-builder]
description: Easily switch between panels in Filament.
description: Switch between filament panels with ease.
discord_url: https://discord.com/channels/883083792112300104/1138244989495824495
docs_url: https://raw.githubusercontent.com/bezhanSalleh/filament-panel-switch/3.x/README.md
docs_url:
v4: https://raw.githubusercontent.com/bezhanSalleh/filament-panel-switch/2.x/README.md
v3: https://raw.githubusercontent.com/bezhanSalleh/filament-panel-switch/1.x/README.md
github_repository: bezhanSalleh/filament-panel-switch
has_dark_theme: true
has_translations: false
versions: [3]
publish_date: 2023-08-07
has_translations: true
versions: [3, 4]
publish_date: 2025-09-07
---
14 changes: 14 additions & 0 deletions content/plugins/bezhansalleh-plugin-essentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Plugin Essentials
slug: bezhansalleh-plugin-essentials
author_slug: bezhansalleh
categories: [developer-tool]
description: A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster.
discord_url: https://discord.com/channels/883083792112300104/927502073543675976
docs_url: https://raw.githubusercontent.com/bezhanSalleh/filament-plugin-essentials/main/README.md
github_repository: bezhanSalleh/filament-plugin-essentials
has_dark_theme: true
has_translations: true
versions: [4]
publish_date: 2025-09-07
---
11 changes: 7 additions & 4 deletions content/plugins/bezhansalleh-shield.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Shield
slug: bezhansalleh-shield
author_slug: bezhansalleh
categories: [panel-builder, panel-authorization, spatie]
description: The easiest and most intuitive way to add access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
description: The easiest and most intuitive way to handle `Policies` and `Permissions for your Filament Panels' components.
discord_url: https://discord.com/channels/883083792112300104/927502073543675976
docs_url: https://raw.githubusercontent.com/bezhanSalleh/filament-shield/3.x/README.md
docs_url:
v4: https://raw.githubusercontent.com/bezhanSalleh/filament-shield/4.x/README.md
v3: https://raw.githubusercontent.com/bezhanSalleh/filament-shield/3.x/README.md
v2: https://raw.githubusercontent.com/bezhanSalleh/filament-shield/2.x/README.md
github_repository: bezhanSalleh/filament-shield
has_dark_theme: true
has_translations: true
versions: [2, 3]
publish_date: 2023-07-31
versions: [2, 3, 4]
publish_date: 2025-09-07
---
Binary file modified content/plugins/images/bezhansalleh-google-analytics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/plugins/images/bezhansalleh-shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.