Back to ProjectsStack:Laravel 12PHP 8.2SQLiteBladeTailwind CSSDaisyUIVite
Laravel 12PHP 8.2SQLiteFullstack
BioLinks
BioLinks is a web application that lets users register, configure a unique handler, upload a profile photo, manage social/content links, reorder them, and publish everything on a public page. It includes authentication, profile management, link CRUD, ordering controls, and public profile rendering by handler.
$ php artisan testPASS
✓ Handler uniqueness rules enforced
✓ Authenticated profile management flow
✓ Public page renders ordered links
The Problem
"Users needed a simple way to centralize multiple links in one public URL and manage them easily without editing code."
The Solution
Built a full Laravel application with auth, profile editing, handler validation, link creation/editing/deletion, drag-like ordering controls (up/down), and a public page at /{handler} to share all links.
Unique public handler validation
Profile photo upload and customization
Link CRUD with ordering controls
Public profile page by handler
// End of fileView All Projects ->