Livewire 3 From Scratch: Practical Course

Currently reading:
 Livewire 3 From Scratch: Practical Course

abdhadj

Member
LV
0
Joined
Aug 9, 2023
Threads
10
Likes
0
Awards
2
Credits
4,214©
Cash
0$
1709856837628

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.
These are just a few examples of potential Livewire usages.

Saved message


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
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom