Laravel Artisan GUI
A Visual Studio Code extension that provides a graphical user interface for running Laravel Artisan commands.
Features
- Execute common Laravel Artisan commands with ease.
- Search for commands.
- View command descriptions.
- Execute commands in a specific folder.
- Toggle between light and dark themes.
Installation
- Clone the repository:
git clone https://github.com/ntkhang/laravel-artisan-gui.git
- Navigate to the project directory:
cd laravel-artisan-gui
- Install the dependencies:
npm install
- Open the project in Visual Studio Code:
code .
- Press
F5 to open a new VS Code window with the extension loaded.
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Run the command
Show Laravel Artisan GUI .
- Package the extension:
npm package
Usage
Method 1: Command Palette
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Run the command
Show Laravel Artisan GUI .
- Use the GUI to execute Artisan commands.
- Open the sidebar.
- Click on the Laravel Artisan GUI icon.
- Use the GUI to execute Artisan commands.
Screenshots

Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
| |