Awesome Open Source
Awesome Open Source

📝 Artisan Menu

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 divineomega/artisan-menu

If you using Larvel 5.4 or below, you may need to add DivineOmega\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.


Get A Weekly Email With Trending Projects For These Topics
No Spam. Unsubscribe easily at any time.
php (15,954
laravel (1,577
command-line (508
developer-tools (334
command-line-tool (279
artisan (23

Find Open Source By Browsing 7,000 Topics Across 59 Categories