Laravel + HTMX Integration
September 16, 2023
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
- Frontend is built using Blade (HTML) and HTMX
- No build step required
- Plug-and-play with a single-page-application feel
The repository and live example can be accessed below:
RepositoryShowcase