All Projects → DivineOmega → Artisan Menu

DivineOmega / Artisan Menu

Licence: lgpl-3.0
📝 Artisan Menu - Use Artisan via an elegant console GUI

Projects that are alternatives of or similar to Artisan Menu

Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-9.93%)
Mutual labels:  command-line-tool, command-line, developer-tools
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (+212.06%)
Mutual labels:  laravel, artisan, developer-tools
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (+204.26%)
Mutual labels:  command-line-tool, command-line, laravel
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-10.64%)
Mutual labels:  command-line-tool, command-line
Pueue
🌠 Manage your shell commands.
Stars: ✭ 2,471 (+1652.48%)
Mutual labels:  command-line-tool, command-line
Admiral.cr
A robust DSL for writing command line interfaces written in Crystal.
Stars: ✭ 112 (-20.57%)
Mutual labels:  command-line, developer-tools
Desktoppr
Simple command line tool to set the desktop picture on macOS
Stars: ✭ 127 (-9.93%)
Mutual labels:  command-line-tool, command-line
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+1107.8%)
Mutual labels:  command-line, developer-tools
Cakebox
Framework agnostic virtual PHP Development Environment
Stars: ✭ 127 (-9.93%)
Mutual labels:  laravel, developer-tools
Laravel Artisan Dd
Quickly run some code via Artisan
Stars: ✭ 136 (-3.55%)
Mutual labels:  laravel, artisan
Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (+1180.14%)
Mutual labels:  command-line, command-line-tool
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (-2.84%)
Mutual labels:  command-line-tool, command-line
Hmap
hmap is a command line tool written in Swift to work with Clang header maps produced by Xcode.
Stars: ✭ 110 (-21.99%)
Mutual labels:  command-line-tool, command-line
Totoval
An out-of-the-box artisan API web-framework written in go.
Stars: ✭ 110 (-21.99%)
Mutual labels:  command-line, laravel
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (-10.64%)
Mutual labels:  command-line-tool, command-line
Laravel Deployer
🚀 Zero-downtime deployment out-of-the-box
Stars: ✭ 1,536 (+989.36%)
Mutual labels:  laravel, artisan
Awesome Cli
A curated list of awesome resources for building immersive CLI experiences.
Stars: ✭ 104 (-26.24%)
Mutual labels:  command-line-tool, command-line
Fblog
Small command-line JSON Log viewer
Stars: ✭ 137 (-2.84%)
Mutual labels:  command-line-tool, command-line
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-27.66%)
Mutual labels:  command-line-tool, command-line
Generators
Laravel File Generators with config and publishable stubs
Stars: ✭ 102 (-27.66%)
Mutual labels:  laravel, artisan

📝 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].