Laravel Artisan Runner
Run Laravel Artisan commands directly from VS Code without opening the terminal. Boost your productivity and manage your Laravel projects faster.
Features
- Execute any Artisan command from within VS Code
- Quickly run common commands (migrate, serve, cache:clear, etc.)
- Save frequently used commands for one-click execution
- Add your commads to favorites for quick access
- Works on Windows, macOS, and Linux
- Supports multiple Laravel projects in the same workspace
Installation
Open VS Code
Press Ctrl+P (Windows/Linux) or Cmd+P (macOS)
Type: Laravel: Run Artisan Command
Reload VS Code if prompted
Usage
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Type
Laravel: Run Artisan Command
- Enter your Artisan command, e.g.:
| |