← Back to Blog

realworld.io with Laravel + Filament

September 21, 2025
LaravelPHPFilamentRealWorldAdmin Panel

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:

  1. Laravel - the PHP framework
  2. Filament - admin panel with CRUD resources for Users, Articles, Comments, and Tags
  3. SQLite - zero-config database
  4. 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:

Repository
Live Example