PHPackages                             wtg-package/crud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wtg-package/crud

ActiveLibrary

wtg-package/crud
================

pkg

0138JavaScript

Since Feb 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/VadimAlexandru/crud)[ Packagist](https://packagist.org/packages/wtg-package/crud)[ RSS](/packages/wtg-package-crud/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Backpack\\CRUD
==============

[](#backpackcrud)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0c3cc70694ab77841ef3bf3e85f50b324b2a5b9b934e12a5e58ce99f7e94e5a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b7061636b2f637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/crud)[![Software License](https://camo.githubusercontent.com/bc1c78ac6bc43f028e1f1def674d074df008b2bc24cfd15245c265737ecabf2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d59754d4d792d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/315e6d5ede78029e628cfdf267d9cc97daa8568ab2d8dc3f4d5c10a7f48e7b1e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c61726176656c2d4261636b7061636b2f435255442f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Laravel-Backpack/CRUD)[![Coverage Status](https://camo.githubusercontent.com/4697922929549e64af6b223171fdcb402d92adf6e9bbeb2573fe481230eb33be/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726176656c2d6261636b7061636b2f637275642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-backpack/crud/code-structure)[![Quality Score](https://camo.githubusercontent.com/ca37850b237a00faaa9a6d230f97f200ec686722e29c75973ca7e1129b156735/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726176656c2d6261636b7061636b2f637275642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-backpack/crud)[![Style CI](https://camo.githubusercontent.com/e1202b896d91394e7b52652c2f07d98dd7abad219fdbcb33d8acb166e27f39c6/68747470733a2f2f7374796c6563692e696f2f7265706f732f35333538313237302f736869656c64)](https://styleci.io/repos/53581270)[![Total Downloads](https://camo.githubusercontent.com/ca36b25f376e8900da04d8f37b969948e9617db4454bb3a8ecd229b3f799b126/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261636b7061636b2f637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/crud)

Quickly build an admin interface for your Eloquent models, using Laravel 6 or 5.8. Erect a complete CMS at 10 minutes/model, max.

Features:

- 49+ field types
- 23+ column types
- 1-1, 1-n and n-n relationships
- Table view with search, pagination, click column to sort by it
- Reordering (nested sortable)
- Back-end validation using Requests
- Translatable models (multi-language)
- Easily extend fields (customising a field type or adding a new one is as easy as creating a new view with a particular name)
- Easily overwrite functionality (customising how the create/update/delete/reorder process works is as easy as creating a new function with the proper name in your EntityCrudCrontroller)

> ### Security updates and breaking changes
>
> [](#security-updates-and-breaking-changes)
>
> Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.

[![List / table view for Backpack/CRUD](https://camo.githubusercontent.com/9c43df590073ffb01cd33aea42663040ca56e9a2ed299260c95ad5468730da5c/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f312e706e67)](https://camo.githubusercontent.com/9c43df590073ffb01cd33aea42663040ca56e9a2ed299260c95ad5468730da5c/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f312e706e67)

Getting started
---------------

[](#getting-started)

If you have never used Backpack before, the best place to understand it and get started is [backpackforlaravel.com](https://backpackforlaravel.com/).

Install
-------

[](#install)

Please note you need to install Backpack\\Base before you can use Backpack\\CRUD. It will provide you with the AdminLTE design.

Installation guides:

- [Install Backpack on Laravel 5.2](https://laravel-backpack.readme.io/docs/installation) - deprecated, lacks a lot of features;
- [Install Backpack on Laravel 5.3](https://laravel-backpack.readme.io/docs/installation-on-laravel-53) - last feature update was 02 Feb 2017;
- [Install Backpack on Laravel 5.4](https://laravel-backpack.readme.io/docs/install-on-laravel-54) - last feature update was 27 Sep 2017;
- [Install Backpack on Laravel 5.5, 5.6, 5.7](https://backpackforlaravel.com/docs/3.5/installation) - last feature update was 27th Feb 2019;
- [Install Backpack on Laravel 5.8 or 6.x](https://backpackforlaravel.com/docs/3.6/installation) - recommended;

Features
--------

[](#features)

Check out [the about page in the documentation](https://backpackforlaravel.com/docs/3.5/getting-started-crud-operations) to get familiar with all the Backpack\\CRUD features.

Usage
-----

[](#usage)

If you've already checked out the features link above, take a look at how you can create a CRUD for a model in [this example](https://backpackforlaravel.com/docs/3.4/getting-started-crud-operations). At the end of the page you'll also find a way you can do everything in 1-2 minutes, using the command line and [backpack/generators](https://github.com/laravel-backpack/generators).

In short:

1. Make your model use the CrudTrait.
2. Create a controller that extends CrudController.
3. Create a new resource route.
4. **(optional)** Define your validation rules in a Request files.

Screenshots
-----------

[](#screenshots)

- List view pictured above.
- Create/update view: [![Create or update view for Backpack/CRUD](https://camo.githubusercontent.com/6e9fd4382bd097ef3078ca514ae8c1564aaa0e001f2a05824e01960f31c6fe91/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f322e706e67)](https://camo.githubusercontent.com/6e9fd4382bd097ef3078ca514ae8c1564aaa0e001f2a05824e01960f31c6fe91/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f322e706e67)
- File manager (elFinder): [![File manager interface for Backpack/CRUD](https://camo.githubusercontent.com/709420ede4a36b479ca3a41b8268359833ec3d0c7945173d737ccd6c9083e3a9/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f342e706e67)](https://camo.githubusercontent.com/709420ede4a36b479ca3a41b8268359833ec3d0c7945173d737ccd6c9083e3a9/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f686f6d655f736c696465722f342e706e67)

More screenshots available at [backpackforlaravel.com](https://backpackforlaravel.com).

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.

Credits
-------

[](#credits)

- [Cristian Tabacitu](http://tabacitu.ro) - architect, designer, manager, main coder, PR guy, customer service guy &amp; chief honcho;
- [Owen Melbourne](https://github.com/OwenMelbz) - new features, bug fixing and support;
- [Oliver Ziegler](https://github.com/OliverZiegler) - new features, bug fixing and support;
- [Thomas Swonke](https://github.com/tswonke) - new features, bug fixing and support;
- [Catalin Tudorache](https://github.com/tumf87) - new features, bug fixing and support;
- [All Contributors](../../contributors)

Special thanks go to:

- [John Skoumbourdis](http://www.grocerycrud.com/) - Grocery CRUD for CodeIgniter was the obvious inspiration for this package.
- [Abdullah Almsaeed](https://adminlte.io/) - creator of AdminLTE

License
-------

[](#license)

Backpack is free for non-commercial use and 49 EUR/project for commercial use. Please see [License File](LICENSE.md) and [backpackforlaravel.com](https://backpackforlaravel.com/#pricing) for more information.

Hire us
-------

[](#hire-us)

We've spend more than 50.000 hours creating, polishing and maintaining administration panels on Laravel. We've developed e-Commerce, e-Learning, ERPs, social networks, payment gateways and much more. We've worked on admin panels *so much*, that we've created one of the most popular software in its niche - just from making public what was repetitive in our projects.

If you are looking for a developer/team to help you build an admin panel on Laravel, look no further. You'll have a difficult time finding someone with more experience &amp; enthusiasm for this. This is *what we do*. [Contact us](https://backpackforlaravel.com/need-freelancer-or-development-team).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a937a6fd500a3c495290b8bc50439fdc9c1ba6bd17e061babc979183d8d8735e?d=identicon)[wtg-package](/maintainers/wtg-package)

---

Top Contributors

[![VadimAlexandru](https://avatars.githubusercontent.com/u/20206953?v=4)](https://github.com/VadimAlexandru "VadimAlexandru (8 commits)")[![reznikkvova](https://avatars.githubusercontent.com/u/64741902?v=4)](https://github.com/reznikkvova "reznikkvova (3 commits)")[![IvanDarmovis](https://avatars.githubusercontent.com/u/88552355?v=4)](https://github.com/IvanDarmovis "IvanDarmovis (1 commits)")

### Embed Badge

![Health badge](/badges/wtg-package-crud/health.svg)

```
[![Health](https://phpackages.com/badges/wtg-package-crud/health.svg)](https://phpackages.com/packages/wtg-package-crud)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
