PHPackages                             3x1io/filament-commands - 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. 3x1io/filament-commands

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

3x1io/filament-commands
=======================

Beautiful package for \[laravel:artisan\] gui for cool kids.

v1.1.3(2y ago)235.5k11MITVuePHP ^7.3|^8.0

Since Feb 12Pushed 1y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

[![Screenshot of Login](./art/screenshot.png)](./art/screenshot.png)

Filament Artisan Commands GUI
=============================

[](#filament-artisan-commands-gui)

Simple but yet powerful library for running some [artisan](https://laravel.com/docs/8.x/artisan) commands. this packages is a frok of [artisan-gui](https://github.com/infureal/artisan-gui) with some custome for filament UI

**NOTE** for V3 users please use this [repo](https://www.github.com/tomatophp/filament-artisan)

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

[](#installation)

You can install the package via composer:

```
composer require 3x1io/filament-commands
```

By default package has predefined config and inline styles and scripts. Since version `1.4` you can publish vendors like css and js files in `vendor/artisan-gui`:

```
php artisan vendor:publish --provider="io3x1\FilamentCommands\FilamentCommandsProvider"
```

Publish only config:

```
php artisan vendor:publish --tag="artisan-gui-config"
```

Publish only styles and scripts:

```
php artisan vendor:publish --tag="artisan-gui-css-js"
```

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/admin/artisan` and here we go! Select needed command from list, fill arguments and options/flags and hit `run` button.

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

[](#configuration)

Default config is:

```
