jord-jd/artisan-menu

Use Artisan via an elegant console GUI

Maintainers

Package info

github.com/Jord-JD/artisan-menu

pkg:composer/jord-jd/artisan-menu

Fund package maintenance!

DivineOmega

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 145

Open Issues: 2

v3.0.0 2026-02-14 22:40 UTC

This package is auto-updated.

Last update: 2026-02-14 22:40:51 UTC


README

Use Artisan via an elegant console GUI

Features

  • Run built-in and custom Artisan commands from a console GUI
  • Prompts to enter required command arguments
  • Displays most recently used commands

Installation

To install, just run the following Composer command from the root of your project.

composer require --dev jord-jd/artisan-menu

If you using Larvel 5.4 or below, you may need to add JordJD\ArtisanMenu\Providers\ArtisanMenuServiceProvider::class to the providers array in your config/app.php file.

Usage

Artisan menu is designed to be very intuitive to use. Just run the following command to start it.

php artisan menu

From then on, just select the commands you wish to run. After the command has completed, a dialog will appear showing its results.