PHPackages                             tomatophp/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. tomatophp/filament-artisan

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

tomatophp/filament-artisan
==========================

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

v1.1.4(1y ago)3275.4k↓63%15[2 issues](https://github.com/tomatophp/filament-artisan/issues)[3 PRs](https://github.com/tomatophp/filament-artisan/pulls)1MITPHPPHP ^8.1|^8.2

Since Apr 8Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tomatophp/filament-artisan)[ Packagist](https://packagist.org/packages/tomatophp/filament-artisan)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/tomatophp-filament-artisan/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (1)

[![Screenshot](https://raw.githubusercontent.com//tomatophp/filament-artisan/master/arts/3x1io-tomato-artisan.jpg)](https://raw.githubusercontent.com//tomatophp/filament-artisan/master/arts/3x1io-tomato-artisan.jpg)

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/737b679023e99347442c40e3d4ae36bb5012879e50ef8a7dfd43b9ef34ae500e/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d6172746973616e2f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-artisan)[![License](https://camo.githubusercontent.com/55dc335a1e80f73f0ba89167230df774a8737f413390feb11299431bee467865/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d6172746973616e2f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-artisan)[![Downloads](https://camo.githubusercontent.com/854145c771faa6c504b3665fad14db0d0e9f4ce5d5b5355ac3d519398bfbbca5/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d6172746973616e2f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-artisan)

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

Screenshots
-----------

[](#screenshots)

[![Commands List](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/commands.png)](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/commands.png)[![Commands Form](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/commands-form.png)](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/commands-form.png)[![Commands Output](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/command-output.png)](https://raw.githubusercontent.com/tomatophp/filament-artisan/master/arts/command-output.png)

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

[](#installation)

```
composer require tomatophp/filament-artisan
```

finally reigster the plugin on `/app/Providers/Filament/AdminPanelProvider.php`

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

Running command
---------------

[](#running-command)

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

Simply go to `http://you-domain.com/PANEL/artisan` and here we go! Select needed command from list, fill arguments and options/flags and hit `run` button.

Configuration
-------------

[](#configuration)

Default config is:

```
