nimuli/app
boban 3929c48ea1 feat(ui): app layout with sidebar and topbar
Implement Nimuli-specific authenticated layout with:
- Sidebar navigation with 7 main menu items (dashboard, links, qr codes, link-in-bio, analytics, domains, settings)
- Topbar header with user email and logout button
- Safe route checking using Route::has() for undefined routes
- Workspace display in sidebar when available
- Livewire AppLayout base class for future Livewire components
2026-05-16 07:54:31 +02:00
..
Domains fix(webhooks): HMAC integrity fix (send raw body), IPv6 SSRF protection 2026-05-16 07:49:25 +02:00
Http feat(security): add HSTS, X-Frame-Options, Referrer-Policy, Permissions-Policy headers 2026-05-16 07:51:33 +02:00
Livewire feat(ui): app layout with sidebar and topbar 2026-05-16 07:54:31 +02:00
Models feat(api): REST API v1 — links CRUD with Sanctum auth 2026-05-16 07:38:45 +02:00
Providers feat(billing): Cashier Billable on Workspace, Stripe webhook route 2026-05-16 01:35:11 +02:00
View/Components feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00