Livewire Strict: Enforce additional security measures to Livewire
Livewire Strict helps enforce security measures and prevents you from having unprotected sensitive public properties.
Learn the latest about building apps and components using Livewire.
Livewire Strict helps enforce security measures and prevents you from having unprotected sensitive public properties.
Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.
Livewire's Session Properties is a simple yet powerful feature for enhancing user experience and maintaining state across page refreshes.
Today, we're diving into one of Livewire's super great features: Lazy Loading
Let's take a look at how we can refresh our component when events occur using the new #[On] attribute.
Livewire provides two hooks that you can use to add additional options to the fetch options object. You can add any additional settings that you like, for example, you can set custom headers.
Starting Livewire v3.0.8 you can take advantage of the wire:confirm directive to quickly ask for confirmation from your user.
You can use traits to add reusable computed properties to quickly access common data.
When using full-page components, you can hook into the response object to, for example, set custom response headers.
Livewire v3 has just been announced at Laracon by Caleb Porzio. There are a ton of amazing new features so let's take a look.