HTMX in Laravel - AJAX calls with HTML

HTMX is a simple way to perform AJAX calls and update DOM elements using HTML attributes and no JavaScript. In this video, we’ll take a look at a few practical examples of using HTMX within a Laravel app. GitHub Repo: 0:00 - Intro and Basics 5:25 - Contact Form Example 15:27 - Users List and Form Example 22:46 - Users Search and Filter Example # LINKS My courses: Sign up for my newsletter: My website: Twitter: GitHub: CodePen:
Back to Top