Laravel API HelperA VS Code extension for testing and exploring Laravel API routes directly from your editor — without switching to Postman, Insomnia, or any external tool. FeaturesRoute ExplorerBrowse all your Laravel routes in a dedicated sidebar panel, grouped and filterable. Click any route to open it in the request editor. Request EditorSend HTTP requests with full control over:
Multiple ServersSwitch between environments (local, staging, production) in one click. Each server stores its own base URL and auth configuration. MacrosSave a route with its full set of parameters as a named macro and replay it anytime. Great for repetitive test scenarios. Request ChainsDefine a sequence of requests where each step can extract values from the previous response and pass them forward — useful for testing flows like login → fetch resource → assert state. Artisan CommandsBrowse and run Artisan commands from the sidebar without opening a terminal. Custom RequestsAdd ad-hoc requests that are not tied to any route — useful for hitting external endpoints or testing specific URLs manually. InstallationInstall from the VS Code Marketplace or search for Laravel API Helper in the Extensions panel ( Requirements: Open a Laravel project folder (the extension activates when an ConfigurationThe extension stores its configuration in ServersAdd and manage servers via the server selector button in the sidebar toolbar. Each server has:
Route FilesBy default, the extension auto-detects route files from the lah-cli IntegrationLaravel API Helper can connect to lah-cli — a companion CLI tool that streams real-time events from your Laravel application directly into VS Code. When connected, you can monitor:
Setup
Settings
Keyboard Shortcuts
Project StructureConfiguration and saved data are stored in the
ContributingIssues and pull requests are welcome at github.com/lukawar/laravel-api-helper. License |