Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divineomega/artisan-menu
📝 Artisan Menu - Use Artisan via an elegant console GUI
https://github.com/divineomega/artisan-menu
artisan command-line command-line-tool developer-tools laravel
Last synced: 12 days ago
JSON representation
📝 Artisan Menu - Use Artisan via an elegant console GUI
- Host: GitHub
- URL: https://github.com/divineomega/artisan-menu
- Owner: DivineOmega
- License: lgpl-3.0
- Created: 2018-07-10T11:32:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T11:02:44.000Z (about 5 years ago)
- Last Synced: 2024-10-15T02:37:24.745Z (24 days ago)
- Topics: artisan, command-line, command-line-tool, developer-tools, laravel
- Language: PHP
- Homepage:
- Size: 769 KB
- Stars: 148
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 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.
```bash
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.```bash
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.