Welcome to Crud Demo

This demo module is intended to show you how simple it is to manage an auto-generated CRUD in Rapyd Admin.
You will find Blade components (x-rpd::component-name) used throughout the views that automatically build panels, forms, buttons, etc.
All aimed at minimizing the code you have to maintain while preserving the ability to customize the appearance of every interface element.

Everything is self-documented. In each page or component, you’ll find four blocks of code that illustrate:

  • filesystem / model structure
  • route definition (and breadcrumbs)
  • the component (livewire class)
  • the view (blade)

This approach makes it easy to understand and quickly implement robust CRUD operations within your Laravel application using Rapyd Admin.
Moreover, Rapyd Admin includes generators capable of defining modules, models, and complete CRUD setups with a single Artisan command.