Fork me on GitHub
~ composer create-project --prefer-dist laravel/laravel myapp
~
~ composer require zofe/rapyd-admin
~ php artisan rpd:make:auth
~ php artisan rpd:make:home
~
~ php artisan rpd:make Articles Article --module=Blog
~

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

Add Rapyd Admin with just one dependency..
which include layout, ACL, OAuth and more

Creare CRUD boilerplate in few commands
generate modules, migrations, livewire-components, views, routes you can customize

Rapyd Admin - open source panel on top of Laravel

Rapyd Admin enhances Laravel by offering essential admin features with modular approach:
  • BALL Stack Environment: Bootstrap CSS, Alpine.js, Laravel, and Livewire for a quick boilerplate.
  • Layout Module: Classic sidebar/navbar design based on SBAdmin 3, updated to Bootstrap 5.3 with customizable SCSS and a variety of blade anonymous components for standardized, extendable frontends.
  • Auth Module: Robust authentication with socialite integration, Fortify, 2FA, and role/permission management.
  • Custom Modules: Structured handling of components and modules, REST API endpoints, and more, with an emphasis on reusable, encapsulated code for cleaner organization and maintainability.
download / form from github