whatisgithub

What is filament-right-click?

leek/filament-right-click — explained in plain English

Analysis updated 2026-05-18

39PHPAudience · developerComplexity · 2/5Setup · easy

In one sentence

A Filament plugin that adds right-click menus to admin panel table rows, wired into Filament's own actions and permissions.

Mindmap

mindmap
  root((Right Click Menu))
    What it does
      Right-click table menus
      Bulk action support
      Flowforge card menus
    Tech stack
      PHP
      Laravel
      Filament
    Use cases
      Quick row actions
      Bulk selection actions
      Trigger workflows
    Behavior
      Keyboard navigation
      Server-enforced permissions
    Audience
      Laravel developers
      Filament panel builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add a right-click context menu to Filament admin table rows for quick actions like archive or delete.

USE CASE 2

Let users select multiple rows and run a bulk action from a right-click menu.

USE CASE 3

Extend right-click menus to Flowforge Kanban board cards when that plugin is installed.

USE CASE 4

Trigger an automated workflow on a record directly from a right-click menu.

What is it built with?

PHPLaravelFilament

How does it compare?

leek/filament-right-clickkornelski/sblambaiyuetribe/oneindexmoe
Stars393937
LanguagePHPPHPPHP
Last pushed2017-03-012019-09-19
MaintenanceDormantDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/52/5
Audiencedeveloperops devopsgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires an existing Laravel project using Filament v4 or v5.

So what is it?

This is a small add-on package for Filament, a tool that developers use to build admin panels and dashboards inside Laravel, a popular PHP web framework. It adds right-click menus to table rows, so when someone using an admin panel right-clicks a row, they see a menu of actions they can take on that record instead of having to click a small button first. The menu items are not separate from the rest of the panel. Every item in the right-click menu is really a normal Filament action underneath, so things like confirmation popups, permission checks, form validation, success messages, and page redirects are still handled by Filament itself, the same way they would be for a regular button. This package only adds the right-click trigger and the menu, it does not reinvent how actions work. It also supports bulk actions, meaning a user can select several rows and then right-click to run an action on all of them at once. If a separate add-on called Flowforge is installed, which turns Filament tables into Kanban-style drag and drop boards, this package extends right-click menus to the cards on those boards too. There is also optional support for triggering automated workflows on a record if another add-on for that is installed. For keyboard users, the menu can be opened with a context menu key or Shift plus F10, and can be navigated with arrow keys. Installing it is a short process for a Laravel developer already using Filament: install the package with Composer, publish its assets, and register the plugin on the panel. It works with Filament versions 4 and 5. This is a developer tool, useful mainly to people already building admin interfaces with Filament and Laravel, not something aimed at non-technical users directly.

Copy-paste prompts

Prompt 1
Show me how to install and register this Filament right-click plugin on one of my panels.
Prompt 2
Help me add a right-click archive and delete menu to a Filament table using contextMenuActions.
Prompt 3
Explain how to wire up bulk right-click actions with ContextMenuItem::forBulkAction in this package.
Prompt 4
How do I add right-click context menus to Flowforge Kanban cards using this plugin?
Prompt 5
Walk me through the keyboard shortcuts this package supports for opening and navigating the context menu.

Frequently asked questions

What is filament-right-click?

A Filament plugin that adds right-click menus to admin panel table rows, wired into Filament's own actions and permissions.

What language is filament-right-click written in?

Mainly PHP. The stack also includes PHP, Laravel, Filament.

How hard is filament-right-click to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is filament-right-click for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.