Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
Practical Laravel Livewire 2 from Scratch
Wire:model: Binding a Full Eloquent Model
Livewire Hooks: updatedXXX
Livewire Actions: wire:click and wire:keydown
Wire:model: Binding a Full Eloquent Model
Livewire Hooks: updatedXXX
Course Content
Introduction: Syntax and Main Structure
01
Intro: What is Livewire and What's Inside The Course
02
Practical Start: Let Me Show You Livewire In Action
03
Installation and First Livewire Component: Form Submit/Validate
04
Too Many Server Requests? 3 Ways to Fix it
05
Wire:model: Binding a Full Eloquent Model
06
Livewire Actions: wire:click and wire:keydown
07
Livewire Hooks: updatedXXX
08
Mount with Parameters: From Variables or Request
09
Even Shorter Code with Magic Actions: $set and $toggle
10
Communication Between Components: Emit Events
11
Automated Testing with Livewire
Larger Practical Example: CRUD with Livewire
12
Table with Simple Pagination
13
Live-Search in the Table
14
"Loading data" indicator with wire:loading
15
Deleting Records with Confirmation Prompt
16
Second Component: Create Form with Validation
17
Edit Form: New Component or Re-use The Same One?
18
More Form Fields: Radio and Checkbox
19
Multi-Select and BelongsToMany Relationship in Form
20
Date Field with Custom Date Format
21
File Uploads in Livewire
Smaller Practical Examples
22
Dependent Dropdowns
23
Parent-Children Form
24
Edit Modal Window
25
Auto-Refresh Component every X seconds