Run Laravel Artisan commands directly inside Visual Studio Code.
This extension focuses on fast command execution and code generation workflows for Laravel projects, without switching to an external terminal.
This original extension is forked from TheColorRed/vscode-laravel-artisan and continues with active maintenance and improvements.
Please Note
This extension executes php artisan commands in your current workspace.
Interactive prompts are used for required arguments and optional flags/options.
The extension can auto-detect your PHP runtime (herd, local, docker) or use a custom command template.
It supports multi-root VS Code workspaces and resolves the active Laravel project automatically.
This extension is focused on Laravel Artisan workflows (not general PHP language intelligence).
Supported Versions
Laravel: Any version with the artisan CLI available.