HTMX + Laravel: Building Interactive Apps Without JavaScript Frameworks
A comprehensive guide to integrating HTMX with Laravel to create interactive, SPA-like web applications without React, Vue, or any complex JavaScript framework.
7 articles
Frontend development for Laravel applications. Topics include asset bundling, Vite, Tailwind CSS, Alpine.js, and modern JavaScript integration.
A comprehensive guide to integrating HTMX with Laravel to create interactive, SPA-like web applications without React, Vue, or any complex JavaScript framework.
Validate forms in real-time using your existing Laravel backend rules. No duplicate validation logic on the frontend. Works with Vue, React, Alpine, and Inertia.
Explore how Laravel Volt and Folio can streamline your development workflow with single-file components and file-based routing.
Discover how Laravel Precognition brings real-time validation capabilities without duplicating validation logic on the Frontend.
How to customize the Tailwind Typography plugin (prose) and integrate Highlight.js for a seamless dark-mode experience.
Why load a heavy framework for simple interactions? Alpine.js provides the reactive nature of Vue at a fraction of the cost, perfect for Blade templates.
A comprehensive guide to building dynamic, reactive frontends in Laravel using Livewire 3 without writing complex JavaScript.