Registry / web-framework / backpack-crud

backpack-crud

JSON →
library7.0.15phppackagistunverified

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

composer require backpack/crud
INSTALL
IMPORT
SIG · BACKPACK-CRUD
B
backpack-crud
web-frameworkphpv7.0.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CrudPanel
use Backpack\CRUD\app\Library\CrudPanel\CrudPanel;

Initialize a CRUD panel for the User model and add a column.

<?php use Backpack\CRUD\app\Library\CrudPanel\CrudPanel; $crud = new CrudPanel(); $crud->setModel('App\Models\User'); $crud->addColumn('name');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.15latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources