Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Installation and First Livewire Component: Form Submit/Validate

Lesson 03/25 9:48
Autoplay

Comments & Discussion

MA
Matheus Aquino ✓ Link copied!

Where are the github link of the project?

PK
Povilas Korop ✓ Link copied!

There are no GitHub repositories for this course, as the whole course is a set of small separate examples, not one single project.

TQ
Tycel Quaye ✓ Link copied!

"Why isn't my component live updating as I type?" If you tried this in your browser and are confused why the title isn't automatically updating, it's because Livewire only updates a component when an "action" is submitted—like pressing a submit button—not when a user types into a field. This cuts down on network requests and improves performance. To enable "live" updating as a user types, you can use wire:model.live instead. For those who tried follwoing the life update portion of this video

M
Modestas ✓ Link copied!

This was not the case for the Livewire V2 (which this guide is based on). wire:model.live is a V3 thing and indeed they changed how it works

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.