~ composer create-project laravel/laravel myapp
Application ready! Build something amazing.
~ cd myapp
~
~ composer require zofe/rapyd-admin -W
~ php artisan rpd:make:setup
.env, database and configs published
migrations run, roles and permissions seeded
login: admin@laravel / admin
~
~ php artisan rpd:make all Article --module=Blog
app/Modules/Blog/Livewire/ArticlesTable.php
app/Modules/Blog/Livewire/ArticlesView.php
app/Modules/Blog/Livewire/ArticlesEdit.php
views, routes.php, config.php and the sidebar entry
~

Start from a clean Laravel project
or add it to the one you already have

One package — layout, auth, roles, companies included
Fortify, spatie/permission, Bootstrap 5 and Livewire 4 out of the box

Generate CRUD modules with a single command
Livewire components, views, routes and a sidebar entry — plain files, yours to edit

Try the live demo no sign-up, resets every hour

Quick start

Three commands to get a full admin panel on a fresh Laravel project.
$ composer create-project laravel/laravel myapp && cd myapp
$ composer require zofe/rapyd-admin -W
$ php artisan rpd:make:setup

Why Rapyd Admin

A different take on Laravel admin panels.
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

Seven bundled modules, no extra packages needed.
  • 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=Blog scaffolds table, detail page, form, routes and menu entry.
View on GitHub
Support
How can I help you today?