← Back to Blog

Laravel + HTMX Integration

September 16, 2023
LaravelPHPHTMX

This project was born out of curiosity about HTMX. HTMX aims to deliver modern single-page-application-like experiences with simplicity. I have always wanted to build a realworld.io application, so I paired Laravel, HTMX, and realworld.io together.

The only restriction was to follow the realworld.io specification as closely as possible, pages and routes adhere to the official guidelines.

Laravel + HTMX and realworld.io

  1. Frontend is built using Blade (HTML) and HTMX
  2. No build step required
  3. Plug-and-play with a single-page-application feel

The repository and live example can be accessed below:

Repository
Showcase