Skip to main content
Back to packages
3,376 GitHub stars

Laravel-Backpack/CRUD

View on GitHub

Description

Quickly build an admin panel for your Eloquent models, then customize every little detail.

Among the FREE features of each admin interface:

  • List operation
    • 24 column types
    • 1-1, 1-n and n-n relationships
    • table view with search, pagination
    • click column header to sort by it
    • custom buttons
    • details row
    • easily create new column types
    • easily override an existing column type
  • Create / Update operations
    • 29 field types
    • back-end validation using Laravel Form Requests
    • translatable models (multi-language)
    • have multiple fields per line
    • split fields into tabs
  • Delete operation
  • Reorder operation
  • Revise operation (aka. audit log)

But professionals love it not only because it is feature-packed. They also love it because it's ridiculously easy to override a functionality. Generally, you just need to create a function (or blade file) with the right name. Yes, it can be that easy.

Recent Courses on Laravel Daily