realworld.io with Laravel + Filament
September 21, 2025
Another RealWorld project. I have built this with Laravel + HTMX, Go Fiber + HTMX, and Next.js. This time I am using Laravel + Filament for the admin panel piece.
The goal was to build a ready-to-deploy admin panel for the Conduit platform using Laravel and Filament, no Docker required.
The project: Laravel + Filament and realworld.io
This was created to demonstrate a fully fledged admin panel built with:
- Laravel - the PHP framework
- Filament - admin panel with CRUD resources for Users, Articles, Comments, and Tags
- SQLite - zero-config database
- that adheres to the RealWorld specification
Filament?! What and Why?!
Curiosity and out of boredom after reading some tweets mentioned Filament as a modern admin panel solution for Laravel. I have previously used Laravel Nova, and this was an opportunity to explore a newer alternative.
The repository and live example can be accessed below:
RepositoryLive Example