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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article