About this course
Web pages these days require dynamic elements, preferably without page refresh. For many years, developers have used JavaScript for this.But if you are a back-end Laravel developer without front-end skills, now you can achieve the same things without writing JavaScript.
Meet Laravel Livewire.
- Submitting the form and staying on the same page
- Refreshing form fields on some dropdown change
- Updating the Cart total numbers after a click of a button
- Live validation before the form is submitted
- CRUD Table with filters/ordering
- etc.
The best part is that you will write code for Livewire Components, which are very similar to typical Laravel Controllers. So you don't have to re-learn any fundamentals. You stay in your back-end comfort zone.
With the new version 3, it became even better in handling some functionality, and you will learn about it in this course.
Livewire 3 From Scratch: Practical Course