2017 © Pedro Peláez
 

library crud

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

image

backpack/crud

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  • Thursday, July 19, 2018
  • by tabacitu
  • Repository
  • 83 Watchers
  • 1050 Stars
  • 261,124 Installations
  • JavaScript
  • 52 Dependents
  • 0 Suggesters
  • 375 Forks
  • 103 Open issues
  • 100 Versions
  • 14 % Grown

The README.md





, (*1)

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


GitHub last commit , (*2)

https://user-images.githubusercontent.com/33960976/228454020-91f42000-919e-413c-92c7-d406725f6dd2.mp4, (*3)


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), (*4)

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., (*5)

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., (*6)

Website   •   Documentation   •   Add-ons   •   Pricing   •   Services   •   Stack Overflow   •   Blog   •   Newsletter , (*7)

Demo

Please see demo.backpackforlaravel.com. Here's a sneak peek:, (*8)

, (*9)

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 59-minute "Getting Started" video course; - a 20-minute "Getting Started" text course; - a 4-day, 5min/day "Getting Started" drip email course;, (*10)

Install

For the current version (recommended): - Install Backpack v6 on Laravel 10 & 11;, (*11)

For the previous versions (not recommended): - Install Backpack v5 on Laravel 10, 9 or 8 - last feature update was 27th April 2023; - Install Backpack 4.1 on Laravel 6, 7 or 8 - last feature update was 1st Jan 2021; - Install Backpack 4.0 on Laravel 5.8, 6 or 7 - last feature update was 21st Apr 2020; - Install Backpack 3.6 on Laravel 5.8 or 6.x - last feature update was 17th Sep 2019; - Install Backpack 3.5 on Laravel 5.5, 5.6, 5.7 - last feature update was 27th Feb 2019; - Install Backpack 3.x on Laravel 5.4 - last feature update was 27 Sep 2017; - Install Backpack 3.x on Laravel 5.3 - last feature update was 02 Feb 2017; - Install Backpack 3.x on Laravel 5.2 - deprecated, lacks a lot of features;, (*12)

Change Log

Please see the Releases tab., (*13)

Security

It's heavily recommended that you subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email about 1-2 emails per year. Sometimes less., (*14)

If you discover any security related issues, please email hello@backpackforlaravel.com instead of using the issue tracker. Alternatively, please disclose the issue on huntr.dev to also get a small bounty ($25-40)., (*15)

License

Backpack is open-core: - Backpack CRUD is licensed under the MIT License (open-source free software); it is perfect if you're building a simple admin panel - it's packed with features! It's also perfect if you're building an open-source project, the permissive license allows you to do whatever you want; - Backpack PRO is licensed under our EULA; it is a closed-source, paid add-on; PRO will be useful when your admin panel needs grow, because it adds A LOT of features for complex use cases (see our FREE vs PRO comparison);, (*16)

Our documentation covers both CRUD and PRO, with all the PRO features clearly labeled PRO. You do not need PRO, that is just an add-on. But we're hoping you find it useful, and pay for it, to support the development of our open-core., (*17)

, (*18)

Versioning

Our packages follow semantic versioning. Here's what major.minor.patch (eg. 6.0.1) means for us: - major - breaking changes, major new features, complete rewrites; released once a year, in the first quarter; it adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides; - minor - new features, released in backwards-compatible ways; every few months; update takes seconds; - patch - bug fixes & small non-breaking changes; historically every week; update takes seconds;, (*19)

When we release a new Backpack\CRUD version, all premium addons receive support for it the same day. When you buy a premium Backpack addon, you get access to not only updates, but also _upgrades_ (for 12mo), that means that... any time you buy a Backpack addon, it is very likely that you're not only buying the current version (v6 at the moment), but also the upgrade to the next version (v7 for example)., (*20)

Contributing Guidelines

This project stands by The Whole Fruit Manifesto. We believe that “writing good code” is not only about “writing good code”. It’s also about the words around it. That’s why, to make sure your contribution is well received, we ask you to read and keep in mind the ONE=MOR framework and guidelines when writing comment blocks, PR titles, PR descriptions, and in general, when writing to our community., (*21)

For tasks & details about how you can help our project, please see CONTRIBUTING., (*22)

Credits

Special thanks go to: - Mauro Martinez, Owen Melbourne, Oliver Ziegler, Thomas Swonke, Catalin Tudorache, Abby Janke, David Lloyd - A LOT of new features, bug fixing, support, feedback and code review; - Paweł Kuna - creator of Tabler; - Łukasz Holeczek - creator of CoreUI; - Taylor Otwell & the wonderful Laravel community (of course); - everybody who's ever purchased a Backpack license; it's thanks to them that we get to do this daily 🙏, (*23)

Hire us

We've spent more than 10,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 packages for Laravel - just from making public what was repetitive in our projects., (*24)

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 & enthusiasm for admin panels. This is what we do. Contact us., (*25)

The Versions

19/07 2018

dev-master

9999999-dev https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT proprietary

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/07 2018

3.4.27

3.4.27.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/07 2018

dev-feature_add_button_data_to_button_view

dev-feature_add_button_data_to_button_view https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/07 2018

dev-stats

dev-stats https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/07 2018

dev-analysis-86KdM6

dev-analysis-86KdM6 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

18/07 2018

dev-analysis-XaxeQm

dev-analysis-XaxeQm https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

17/07 2018

3.4.26

3.4.26.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

17/07 2018

dev-feature_add_namepace_for_buttons

dev-feature_add_namepace_for_buttons https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

17/07 2018

dev-analysis-XNkVQg

dev-analysis-XNkVQg https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

17/07 2018

dev-bugfix-same-slugs

dev-bugfix-same-slugs https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/07 2018

3.4.25

3.4.25.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/07 2018

dev-fix-fake-fields-crud-trait

dev-fix-fake-fields-crud-trait https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/07 2018

dev-analysis-8Kkvwe

dev-analysis-8Kkvwe https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/07 2018

3.4.24

3.4.24.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/07 2018

dev-fix-1546-castable-fake-translatable-fields

dev-fix-1546-castable-fake-translatable-fields https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

12/07 2018

dev-OwenMelbz-patch-3

dev-OwenMelbz-patch-3 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

11/07 2018

3.4.23

3.4.23.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

11/07 2018

dev-fix-order-by-with-column-heading-click

dev-fix-order-by-with-column-heading-click https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

10/07 2018

3.4.22

3.4.22.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

10/07 2018

dev-custom-headings-and-titles

dev-custom-headings-and-titles https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

09/07 2018

3.4.21

3.4.21.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/07 2018

3.4.20

3.4.20.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/07 2018

dev-macroable-crud-panel

dev-macroable-crud-panel https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/07 2018

dev-setters-and-getters-for-operations

dev-setters-and-getters-for-operations https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/07 2018

dev-themes

dev-themes https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/07 2018

3.4.19

3.4.19.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

04/07 2018

3.4.18

3.4.18.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

29/06 2018

dev-feature-pass-form-to-select2-from-array

dev-feature-pass-form-to-select2-from-array https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/06 2018

3.4.17

3.4.17.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/06 2018

3.4.16

3.4.16.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

26/06 2018

3.4.15

3.4.15.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/06 2018

3.4.14

3.4.14.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/06 2018

dev-feature-store-search-in-cookie

dev-feature-store-search-in-cookie https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

09/06 2018

dev-feature_select2_many

dev-feature_select2_many https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

04/06 2018

3.4.13

3.4.13.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

24/05 2018

3.4.12

3.4.12.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

24/05 2018

dev-fix-filters

dev-fix-filters https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

24/05 2018

dev-add_options_to_daterange_filter

dev-add_options_to_daterange_filter https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/05 2018

dev-textColumnOverride

dev-textColumnOverride https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

18/05 2018

dev-OwenMelbz-patch-4

dev-OwenMelbz-patch-4 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/05 2018

3.4.11

3.4.11.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

15/05 2018

dev-allow-crudrouter-naming

dev-allow-crudrouter-naming https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

14/05 2018

dev-AbbyJanke-field-phone

dev-AbbyJanke-field-phone https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

14/05 2018

dev-select2_cols

dev-select2_cols https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

14/05 2018

3.4.10

3.4.10.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

10/05 2018

3.4.9

3.4.9.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

10/05 2018

dev-justnero-ru-fix-1370

dev-justnero-ru-fix-1370 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/05 2018

3.4.8

3.4.8.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/05 2018

dev-datatables_responsive_toggle

dev-datatables_responsive_toggle https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/05 2018

3.4.7

3.4.7.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/04 2018

dev-analysis-q1AQ1A

dev-analysis-q1AQ1A https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

24/04 2018

dev-field-section-label

dev-field-section-label https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

23/04 2018

dev-OwenMelbz-patch-2

dev-OwenMelbz-patch-2 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/04 2018

dev-AbbyJanke-modify-fields

dev-AbbyJanke-modify-fields https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

18/04 2018

3.4.6

3.4.6.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

17/04 2018

3.4.5

3.4.5.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/03 2018

3.4.3

3.4.3.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

26/03 2018

3.4.4

3.4.4.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/03 2018

dev-upgrade

dev-upgrade https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/03 2018

3.4.0

3.4.0.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

21/03 2018

dev-version-3-3

dev-version-3-3 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

21/03 2018

3.3.17

3.3.17.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

21/03 2018

3.3.16

3.3.16.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

21/03 2018

dev-upgrade-backup

dev-upgrade-backup https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/03 2018

dev-dev

dev-dev https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/03 2018

3.3.14

3.3.14.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

13/03 2018

dev-install-command

dev-install-command https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

09/03 2018

3.3.12

3.3.12.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/03 2018

3.4.2

3.4.2.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/03 2018

3.4.1

3.4.1.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

08/03 2018

3.3.15

3.3.15.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

06/03 2018

3.3.13

3.3.13.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

05/03 2018

dev-remove-dependency-loading

dev-remove-dependency-loading https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/02 2018

dev-check-license-code

dev-check-license-code https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

28/02 2018

dev-analysis-qvGvKE

dev-analysis-qvGvKE https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

23/02 2018

3.3.11

3.3.11.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

23/02 2018

dev-mobile-friendly-list-view

dev-mobile-friendly-list-view https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/02 2018

dev-json-reponses-to-ajax-calls-to-store-and-update

dev-json-reponses-to-ajax-calls-to-store-and-update https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

15/02 2018

3.3.10

3.3.10.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

13/02 2018

3.3.9

3.3.9.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/02 2018

3.3.8

3.3.8.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

07/02 2018

3.3.7

3.3.7.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

16/01 2018

3.3.6

3.3.6.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

10/01 2018

3.3.5

3.3.5.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

19/12 2017

3.3.4

3.3.4.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

14/12 2017

3.3.3

3.3.3.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

12/12 2017

3.3.2

3.3.2.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

23/11 2017

dev-issue-1119

dev-issue-1119 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

proprietary

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

23/11 2017

dev-analysis-8AgL1V

dev-analysis-8AgL1V https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

proprietary

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

22/11 2017

dev-german_translation

dev-german_translation https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

18/11 2017

dev-fix-fakes-with-laravel-cast

dev-fix-fakes-with-laravel-cast https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

proprietary

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

14/11 2017

dev-fix-use-traversable

dev-fix-use-traversable https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

proprietary

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

06/11 2017

3.3.1

3.3.1.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

06/11 2017

3.3.0

3.3.0.0 https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

25/10 2017

dev-custom_key_name_for_fields

dev-custom_key_name_for_fields https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

25/10 2017

dev-feature-1-to-1-relationships

dev-feature-1-to-1-relationships https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework

24/10 2017

dev-custom_key_name_for_columns

dev-custom_key_name_for_columns https://github.com/laravel-backpack/CRUD

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

  Sources   Download

MIT

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface content management system content management framework