huynhdev24 / crud
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.2
- composer/package-versions-deprecated: ^1.11
- creativeorange/gravatar: ^1.0.25
- doctrine/dbal: ^4.2.3
- guzzlehttp/guzzle: ^7.9.3
- laravel/framework: ^12.0|^11.0|^10.0|^9.0|^8.0
- laravel/tinker: ^2.10.1
- prologue/alerts: ^1.3.0
Requires (Dev)
- spatie/laravel-translatable: ^6.11.4
Suggests
- backpack/filemanager: Required to use the browse and browse_multiple fields.
- backpack/generators: Required on localhost to easily generate CRUDs, models, controllers etc.
- backpack/revise-operation: Optional operation to remember all entry changes, undo and redo them (aka audit trait).
- digitallyhappy/toggle-field-for-backpack: Optional field to toggle a boolean. Prettier alternative to the checkbox field.
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)