Start from a clean Laravel project
or add it to the one you already have
Quick start
Why Rapyd Admin
No framework inside the framework
Unlike Nova, Filament or Backpack, Rapyd Admin generates plain Laravel + Livewire code that lives in your app/Modules/. No DSL, no proprietary abstractions — just files you can read, edit, and understand.
Built for SaaS from day one
Auth, roles, multi-tenant companies (1–3 tiers), UUID keys and Socialite are bundled — not optional extras. One command sets up a production-ready starting point for a multi-tenant application.
Agent-friendly by design
Each module is a self-contained folder with standard Livewire components and Blade views. LLMs can read, modify and extend them without reverse-engineering a custom DSL. Designed for the way development is increasingly done.
What's included v9.6
- Auth: Fortify login, registration, password reset, 2FA, Google sign-in; users, roles & permissions pages; impersonation.
- Companies: multi-tenant hierarchy (1–3 tiers), owner/member role, data scoping.
- Addresses, Workflow (state machines on your models), Log (app log viewer with AI analysis, activity log), Search (global navbar search).
- Layout: Bootstrap 5.3 admin shell with dark mode, colours from
.env, themes from any Bootstrap template. - Generators:
php artisan rpd:make all Article --module=Blogscaffolds table, detail page, form, routes and menu entry.


