PHPackages                             martins-74/artisan-gui - 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. martins-74/artisan-gui

ActiveProject

martins-74/artisan-gui
======================

Laravel Graphic User Interface for Artisan Comands. (Works on Live Servers with out SSH)

29701↓100%8[1 issues](https://github.com/Martins-74/artisan-gui/issues)PHP

Since Aug 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Martins-74/artisan-gui)[ Packagist](https://packagist.org/packages/martins-74/artisan-gui)[ RSS](/packages/martins-74-artisan-gui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Artisan GUI for Laravel 5.3+
============================

[](#artisan-gui-for-laravel-53)

Artisan GUI is a Laravel Graphic User Interface for Artisan Comands. (Works on Live Servers with out SSH).

Artisan GUI is able to run when Laravel is in maintence mode, letting you executing commands with out harming your users.

[![enter image description here](https://camo.githubusercontent.com/cb7ca5b6100a5fa627e1d15fd414697233e750bb00e290da50131cdd481b09dc/687474703a2f2f692e696d6775722e636f6d2f67334b396e74372e706e67)](https://camo.githubusercontent.com/cb7ca5b6100a5fa627e1d15fd414697233e750bb00e290da50131cdd481b09dc/687474703a2f2f692e696d6775722e636f6d2f67334b396e74372e706e67)

---

Installation
============

[](#installation)

Execute the following command on **Composer** to start downloading and installing.

```
composer require martins-74/artisan-gui:dev-master

```

Once Artisan GUI is installed, you need to register a Laravel service provider, in your config/app.php:

```
    'providers' => [
		...
		Martins\ArtisanGUI\ArtisanGUIServiceProvider::class,
	]
```

Now we need to publish the configurations, we do this by executing:

```
php artisan vendor:publish

```

The last thing to do is to edit the password in config/artisan-gui-configs.php file:

```
'password' => "wellthisisthesafestpassword",

```

> **Tip:** Artisan GUI works when Laravel is in Debug Mode for security reasons so be sure that APP\_DEBUG is set to true ("APP\_DEBUG=true"), however you can change this depencie in config/artisan-gui-configs.php ('useLaravelDebug' =&gt; "no") to let you activate/disable Artisan GUI with other variable ('artisanGUISwitch' =&gt; "on") also set in the same file.

That's it know navigate to [www.yoursite.com/artisan-gui](http://www.yoursite.com/artisan-gui)

---

List of Commands
================

[](#list-of-commands)

> **Note:**
>
> - Can't find a command? Enter in contact with me and i'll see if it's possible to add it.

```
php artisan make:controller;
php artisan make:migration;
php artisan make:model;
php artisan make:mail;
php artisan make:command;
php artisan make:seed;

php artisan migrate;
php artisan migrate:refresh;
php artisan migrate:install;

php artisan queue:table;
php artisan queue:restart;
php artisan queue:work;

php artisan db:seed;

php artisan schedule:run;

php artisan vendor:publish;

php artisan storage:link;

php artisan down;

php artisan up;

php artisan cache:clear;

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a2f9778c3460f354ad893da69e3eb42c58fdf5803e914014ea5bf136fa36715?d=identicon)[Martins-74](/maintainers/Martins-74)

---

Top Contributors

[![Martins-74](https://avatars.githubusercontent.com/u/20977088?v=4)](https://github.com/Martins-74 "Martins-74 (16 commits)")

### Embed Badge

![Health badge](/badges/martins-74-artisan-gui/health.svg)

```
[![Health](https://phpackages.com/badges/martins-74-artisan-gui/health.svg)](https://phpackages.com/packages/martins-74-artisan-gui)
```

PHPackages © 2026

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