PHPackages                             creativitykills/filament-artisan - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. creativitykills/filament-artisan

ActiveLibrary[CLI &amp; Console](/categories/cli)

creativitykills/filament-artisan
================================

Simple but yet powerful library for running some artisan commands for FilamentPHP

v4.0.1(2mo ago)0490↓50%MITPHPPHP ^8.2|^8.3|^8.4

Since Feb 24Pushed 2mo agoCompare

[ Source](https://github.com/CreativityKills/filament-artisan)[ Packagist](https://packagist.org/packages/creativitykills/filament-artisan)[ Docs](https://github.com/CreativityKills/filament-artisan)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/creativitykills-filament-artisan/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

Filament Artisan Command Runner
===============================

[](#filament-artisan-command-runner)

[![Latest Stable Version](https://camo.githubusercontent.com/69b004cd4b9381412eb22f35b644183865ca97518c7cfde3a2c0f8c832827eb5/68747470733a2f2f706f7365722e707567782e6f72672f637265617469766974796b696c6c732f66696c616d656e742d6172746973616e2f76657273696f6e2e737667)](https://packagist.org/packages/creativitykills/filament-artisan)[![License](https://camo.githubusercontent.com/1f6ef0e841a00403b5f9686a2e585d17df4b6432c0cad14331cfaf8ca1200a6d/68747470733a2f2f706f7365722e707567782e6f72672f637265617469766974796b696c6c732f66696c616d656e742d6172746973616e2f6c6963656e73652e737667)](https://packagist.org/packages/creativitykills/filament-artisan)[![Downloads](https://camo.githubusercontent.com/04c0080bf5853f7463045511508cbf97a1b4a6485d721be50c88a7c7fb0947d3/68747470733a2f2f706f7365722e707567782e6f72672f637265617469766974796b696c6c732f66696c616d656e742d6172746973616e2f642f746f74616c2e737667)](https://packagist.org/packages/creativitykills/filament-artisan)

Simple but yet powerful library for running some [artisan](https://laravel.com/docs/artisan) commands for Filament v4.

> Forked from [tomatophp/filament-artisan](https://github.com/tomatophp/filament-artisan) and maintained under the CreativityKills namespace.

Requirements
------------

[](#requirements)

- PHP ^8.2
- Filament ^4.0

Installation
------------

[](#installation)

```
composer require creativitykills/filament-artisan
```

Then register the plugin in your panel provider:

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

Running commands
----------------

[](#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
-------------

[](#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-assets)

Publish views:

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

Publish translations:

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance84

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

83d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cdfba6ac9dc28ba4134c841782ef374a05e6fb57974b0f106d64cf17e971db39?d=identicon)[neoighodaro](/maintainers/neoighodaro)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (20 commits)")[![neoighodaro](https://avatars.githubusercontent.com/u/807318?v=4)](https://github.com/neoighodaro "neoighodaro (5 commits)")

---

Tags

phplaravelguiartisancommandsfilament

### Embed Badge

![Health badge](/badges/creativitykills-filament-artisan/health.svg)

```
[![Health](https://phpackages.com/badges/creativitykills-filament-artisan/health.svg)](https://phpackages.com/packages/creativitykills-filament-artisan)
```

###  Alternatives

[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3269.1k1](/packages/tomatophp-filament-artisan)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[tomatophp/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

407.6k2](/packages/tomatophp-filament-browser)[tomatophp/filament-locations

Database Seeds for Countries / Cities / Areas / Languages / Currancy with ready to use resources for FilamentPHP

2320.8k6](/packages/tomatophp-filament-locations)[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
