News

Livewire 4 Support in Laravel VS Code Extension v1.4.3

Published
Livewire 4 Support in Laravel VS Code Extension v1.4.3 image

Release Date: January 22, 2026

Version: v1.4.3

Summary

Laravel VS Code Extension v1.4.3 introduces support for Livewire 4, a new configuration option for artisan make commands, a fix for the Pint formatter, and improved handling of namespaced Blade components.

  • Livewire 4 Support
  • Configuration option to disable artisan make commands
  • Pint Formatter Fix
  • Fixed namespaced Blade components

What's New

Livewire 4 Support

The extension now supports Livewire 4, providing compatibility with the latest version of the Livewire framework. This update ensures that developers using Livewire 4 can take advantage of the extension's features, including syntax highlighting and IntelliSense.

  • Route::livewire(...) → links & autocomplete
  • <livewire:*> → links & autocomplete

Note: this update preserves Livewire 3 compatability.

PR: #549

Configuration Option for Artisan Commands

This release adds a configuration option to disable artisan make commands in both the VS Code explorer context menu and the command palette. This gives teams more control over their development workflow and allows customization based on project requirements.

PR: #546

Pint Formatter Fix

Resolved an issue where the "Could not open input file: vendor/bin/pint" error prevented the code formatting functionality from working correctly. The Pint formatter should now work as expected.

PR: #550

Fixed Namespaced Blade Components

Improved handling of namespaced Blade components to ensure proper resolution and syntax support. This fix addresses issues when working with Blade components that use PHP namespaces.

PR: #552

Upgrade Notes

No breaking changes are expected for typical usage. Review the full changelog for complete details when upgrading.

References

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article