Source Code
~ composer create-project --prefer-dist laravel/laravel myapp
~
~ composer require zofe/rapyd-admin
~ php artisan rpd:make:setup
~
~ php artisan rpd:make Articles Article --module=Blog
~

Start from a clean Laravel project..
and/or refactor your Laravel project

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, migrations and routes — ready to customize

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
$ 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 v1.1.0

Three bundled modules — layout, auth, companies — no extra packages needed.
  • Layout: sidebar/navbar (SBAdmin 3), Bootstrap 5.3, customizable SCSS, anonymous Blade components.
  • Auth: Fortify, Socialite, 2FA, roles & permissions (spatie/laravel-permission).
  • Companies: multi-tenant hierarchy (1–3 tiers), optional UUID keys.
  • Generators: rpd:make Articles Article --module=Blog scaffolds table, view, edit and routes in one command.
View on GitHub
Support
How can I help you today?