Description
Apex Dashboard — Laravel Edition: Production-Ready Laravel 12 Admin Template
A feature-rich admin dashboard built with Laravel 12, Inertia.js 2, React 19, TypeScript 5, Tailwind CSS v4, and shadcn/ui — real database-backed CRUD, Fortify authentication (including 2FA), Spatie RBAC, and 30+ polished pages ready to deploy on any PHP 8.2+ server.
5 Dashboard Variants
- Overview — Stats cards with sparkline charts, revenue area/bar chart, traffic pie chart, monthly goals, recent orders from the database, and activity feed
- Analytics — Line and bar charts with time-period filters (7d/30d/90d/1y), date range picker, top pages ranking, geographic traffic breakdown
- eCommerce — Sales statistics, daily sales chart, order status donut, top products with sparkline trends, category breakdown
- CRM — Pipeline value overview, deal stages donut chart, lead sources breakdown, and filterable deals table
- SaaS — MRR/ARR growth metrics, subscription plans donut, user growth trends, churn rate tracking
Full CRUD with Real Database
- Orders — Searchable, filterable, paginated list; create, edit, delete; status workflow (Pending → Processing → Shipped → Delivered)
- Products — Full CRUD with image upload, description, category, stock management, and pricing
- Customers — Searchable table with detail view showing real order history
- Invoices — Full CRUD with status filtering (All, Paid, Pending, Overdue)
- Users — Full CRUD with Spatie role assignment (Admin / Editor / Viewer)
- Roles — Admin-only role and permission management via Spatie laravel-permission
Application Pages
- Chat — Real-time messaging UI with conversation list, message bubbles, emoji picker, file attachment previews
- Mail — Email client with folder navigation (Inbox, Sent, Drafts, Trash), compose dialog, search
- File Manager — Grid and list views, drag-and-drop upload via react-dropzone, storage usage stats
- Kanban Board — Drag-and-drop task management with configurable columns via @hello-pangea/dnd
- Calendar — Monthly view with event creation, editing, and deletion
- Wizard — Multi-step form with per-step validation using React Hook Form + Zod
- More Pages — Charts showcase, Forms, Billing, Pricing, Notifications, Support (FAQ)
Real Authentication (Laravel Fortify)
- Sign In, Sign Up with email verification, Forgot Password, Reset Password
- Two-Factor Authentication (TOTP), Confirm Password gate
- Google and GitHub OAuth (Socialite) ready
Live Theme Customizer
- 6 Color Presets — Default/Teal, Ocean, Sunset, Forest, Berry, Slate
- 3 Density Levels — Compact, Default, Comfortable
- Theme Modes — Dark, Light, System (auto-detects OS preference)
- RTL Toggle — Full right-to-left support for Arabic, Hebrew, Persian
- Layout Options — Sidebar or horizontal top-nav; fluid or boxed container
Developer Experience
- 34 shadcn/ui Components — Vendored source, fully accessible, Radix UI primitives with CVA variants
- 10 Chart Types — Area, Bar, Line, Pie, Radar, RadialBar, Treemap, Scatter, Composed, Sparkline (Recharts 3)
- TanStack Table v8 — Sorting, filtering, pagination, CSV export, mobile card view
- Type-Safe Forms — React Hook Form + Zod on every form
- Internationalization — English, German, French with type-safe translation keys
- Spatie Activity Log — Automatic audit trail on all CRUD operations
- Pest Tests — Feature tests for auth, CRUD, and role-based authorization
- Demo Mode — DEMO_MODE=true serves a read-only public preview
- Built-in /docs Site — Getting started, theming, components, and deployment guides
- Driver-Aware Queries — SQLite (default), MySQL 8+, PostgreSQL 14+
Tech Stack
| Category | Technology |
|---|---|
| Backend | Laravel 12, Eloquent ORM |
| Auth | Laravel Fortify (2FA, email verification, OAuth) |
| Permissions | Spatie laravel-permission |
| Bridge | Inertia.js 2 |
| UI Library | React 19 with React Compiler |
| Language | TypeScript 5 (strict mode) |
| Styling | Tailwind CSS v4 with OKLCh color tokens |
| Components | shadcn/ui (34 vendored primitives) |
| Charts | Recharts 3 (10 chart types) |
| Data Tables | TanStack Table v8 |
| Forms | React Hook Form + Zod |
| Testing | Pest (PHP feature tests) |
License: Commercial | View Live Demo → | Documentation →