Laravel Livewire Introduction
Livewire allows you to create some cool Single-Page style applications. Instead of picking up a heavy javascript library like Vue or React, Livewire might be a good alternative.
2020-08-10 19:00:00 - Laravel
In this video, I'll give you a quick introduction on installing Livewire, including Livewire, creating a component, and working with public properties.