jkg / backpack-crud
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
Installs: 15
Dependents: 1
Suggesters: 2
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:JavaScript
Requires
- composer/package-versions-deprecated: ^1.8
- creativeorange/gravatar: ~1.0
- doctrine/dbal: ^2.5|^3.0
- guzzlehttp/guzzle: ^7.0|^6.3
- jkg/backpack-generators: dev-main
- laravel/framework: ^8.0|^7.0|^6.0
- prologue/alerts: ^0.4.1
Requires (Dev)
- jkg/backpack-generators: dev-main
- orchestra/testbench: ^6.0|^5.0|^4.0|^3.0
- phpunit/phpunit: ~8.0|~7.0|~9.0
- scrutinizer/ocular: ~1.7|~1.1
- spatie/laravel-translatable: ^4.0
Suggests
- jkg/backpack-generators: Required on localhost to easily generate CRUDs, models, controllers etc. Then run the installation command 'php artisan backpack:install'
This package is auto-updated.
Last update: 2025-03-19 12:09:03 UTC
README
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 don't love Backpack just because it's 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.
Need more complex features? Purchase Backpack PRO, our closed-source paid add-on. It will add 5 more operations, 10 filters, 28 more fields, 6 more columns and 1 more widget. For more info, see our FREE vs PRO comparison table. We believe it's everything you need to build admin panels of any complexity.
Links
Website • Documentation • Add-ons • Pricing • Services • Stack Overflow • Blog • Newsletter
Demo
Please see demo.backpackforlaravel.com.
Getting Started
Start with the "Introduction" page in our docs in our docs. It will explain what you can do with Backpack, and let you choose a guide, depending on how you like to learn:
- a 31-minute "Getting Started" video course;
- a 20-minute "Getting Started" text course;
- a 4-day, 5min/day "Getting Started" drip email course;