creativitykills/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP
2,047
Install
composer require creativitykills/filament-artisan
Latest Version:v4.0.1
PHP:^8.2|^8.3|^8.4
License:MIT
Last Updated:Feb 24, 2026
Links: GitHub  ·  Packagist
Maintainer: neoighodaro

Filament Artisan Command Runner

Latest Stable Version License Downloads

Simple but yet powerful library for running some artisan commands for Filament v4.

Forked from tomatophp/filament-artisan and maintained under the CreativityKills namespace.

Requirements

  • PHP ^8.2
  • Filament ^4.0

Installation

composer require creativitykills/filament-artisan

Then register the plugin in your panel provider:

->plugin(\CreativityKills\FilamentArtisan\FilamentArtisanPlugin::make())

Running commands

By default, you can access this page only in local environment. If you wish you can change the local key in config.

Simply go to http://your-domain.com/PANEL/artisan and here we go! Select a command from the list, fill in arguments and options/flags, and hit run.

Configuration

Publish the config file:

php artisan vendor:publish --tag="filament-artisan-config"

Key options in config/filament-artisan.php:

  • local (bool) — restrict to local environment only
  • developer_gate (bool) — enable developer password gate
  • commands — array of command groups defining which commands are exposed
  • permissions — per-command permission mapping (checked via Laravel Gate)
  • navigation — controls nav group, icon, visibility
  • defer — control deferred loading of table filters and column manager

Publish Assets

Publish views:

php artisan vendor:publish --tag="filament-artisan-views"

Publish translations:

php artisan vendor:publish --tag="filament-artisan-lang"

Related Packages

tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPH...

82,325 32
sikessem/components

Ready-to-use components, commands, presets, and customizations for Laravel & Fil...

819 0
ssbityukov/filament-command-center

Run pre-approved Artisan and shell commands from your Filament panel.

7,845 4
tasioleiva/laravel-usercommands

Create users and reset user passwords from the command line

41 0
vcoder7/ltools

Laravel helper tools

2,647 1