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

seedgabo/crud

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

  • Saturday, July 29, 2017
  • by seedgabo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 379 Forks
  • 0 Open issues
  • 100 Versions
  • 50 % Grown

The README.md

Backpack\CRUD

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Style CI Total Downloads Tasks Ready to be Done, (*1)

Quickly build an admin interface for your Eloquent models, using Laravel 5. Erect a complete CMS at 10 minutes/model, max., (*2)

Features: - 33+ field types - 1-n relationships - 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) // TODO - 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), (*3)

Security updates and breaking changes

Please subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months., (*4)

List / table view for Backpack/CRUD, (*5)

Getting started

If you have never used Backpack before, the best place to understand it and get started is backpackforlaravel.com., (*6)

Install

Please note you need to install Backpack\Base before you cand use Backpack\CRUD. It will provide you with the AdminLTE design., (*7)

Installation guides: - Install Backpack on Laravel 5.2 - deprecated, lacks a lot of features; - Install Backpack on Laravel 5.3 - last feature update was 02 Feb 2017; - Install Backpack on Laravel 5.4 - recommended;, (*8)

Features

Check out the about page in the documentation to get familiar with all the Backpack\CRUD features., (*9)

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

In short:, (*11)

  1. Make your model use the CrudTrait., (*12)

  2. Create a controller that extends CrudController., (*13)

  3. Create a new resource route., (*14)

  4. (optional) Define your validation rules in a Request files., (*15)

Screenshots

  • List view pictured above.
  • Create/update view: Create or update view for Backpack/CRUD
  • File manager (elFinder): File manager interface for Backpack/CRUD

More screenshots available at backpackforlaravel.com., (*16)

Change log

Please see CHANGELOG for more information what has changed recently., (*17)

Contributing

Please see CONTRIBUTING for details., (*18)

Security

If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker., (*19)

Please subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months., (*20)

Credits

Special thanks go to: - John Skoumbourdis - Grocery CRUD for CodeIgniter was the obvious inspiration for this package. - Jaroen Noten - creator of AdminLTE, (*21)

License

Backpack is free for non-commercial use and $19/project for commercial use. Please see License File and backpackforlaravel.com for more information., (*22)

The Versions

29/07 2017

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

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface

18/07 2017

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

07/07 2017

3.2.13

3.2.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

31/05 2017

dev-ajax-datatables

dev-ajax-datatables 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

laravel read update crud cms delete create admin panel admin interface

31/05 2017

dev-design-facelift

dev-design-facelift 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

31/05 2017

3.2.12

3.2.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

21/04 2017

3.2.11

3.2.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

21/04 2017

dev-select2_updates

dev-select2_updates 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

21/04 2017

dev-select2_from_ajax_multiple

dev-select2_from_ajax_multiple 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

21/04 2017

3.2.10

3.2.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

20/04 2017

3.2.9

3.2.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

20/04 2017

dev-breaking-changes

dev-breaking-changes 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

16/03 2017

3.2.7

3.2.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

15/03 2017

dev-adriancaamano-date-filters

dev-adriancaamano-date-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

13/03 2017

3.2.6

3.2.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

12/03 2017

3.2.5

3.2.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

24/02 2017

3.2.4

3.2.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

24/02 2017

3.2.x-dev

3.2.9999999.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

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface

16/02 2017

dev-OwenMelbz-patch-1

dev-OwenMelbz-patch-1 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

14/02 2017

3.2.3

3.2.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

13/02 2017

3.2.2

3.2.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

13/02 2017

3.2.1

3.2.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

13/02 2017

3.2.0

3.2.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

13/02 2017

3.1.x-dev

3.1.9999999.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

The Requires

 

The Development Requires

read update crud cms delete create admin panel admin interface

13/02 2017

3.1.60

3.1.60.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

13/02 2017

3.1.59

3.1.59.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

12/02 2017

dev-feature-state-customisations

dev-feature-state-customisations 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

12/02 2017

dev-custom-views

dev-custom-views 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

12/02 2017

dev-feature-inline-errors

dev-feature-inline-errors 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

10/02 2017

3.1.58

3.1.58.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

05/02 2017

dev-multilanguage

dev-multilanguage 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

03/02 2017

3.1.57

3.1.57.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

03/02 2017

dev-laravel-5.4

dev-laravel-5.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

03/02 2017

3.1.56

3.1.56.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

02/02 2017

3.1.55

3.1.55.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

20/01 2017

3.1.54

3.1.54.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

19/01 2017

3.1.53

3.1.53.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

18/01 2017

3.1.52

3.1.52.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

11/01 2017

3.1.51

3.1.51.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

08/01 2017

3.1.50

3.1.50.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

08/01 2017

3.1.49

3.1.49.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

14/12 2016

3.1.48

3.1.48.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

14/12 2016

3.1.47

3.1.47.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

13/12 2016

3.1.46

3.1.46.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

03/12 2016

dev-feature-hooks

dev-feature-hooks 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

02/12 2016

3.1.45

3.1.45.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

02/12 2016

3.1.44

3.1.44.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

29/11 2016

3.1.43

3.1.43.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

13/11 2016

3.1.42

3.1.42.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

11/11 2016

3.1.41

3.1.41.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

11/11 2016

dev-feature-filters-navbar

dev-feature-filters-navbar 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

08/11 2016

dev-feature-filters

dev-feature-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

06/11 2016

3.1.40

3.1.40.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

06/11 2016

3.1.39

3.1.39.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

04/11 2016

3.1.38

3.1.38.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

03/11 2016

3.1.37

3.1.37.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

02/11 2016

dev-image-uploader-fixes

dev-image-uploader-fixes 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

30/10 2016

3.1.36

3.1.36.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

30/10 2016

3.1.35

3.1.35.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

22/10 2016

3.1.34

3.1.34.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

21/10 2016

dev-form-advanced-options

dev-form-advanced-options 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

17/10 2016

3.1.33

3.1.33.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

17/10 2016

3.1.32

3.1.32.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

17/10 2016

3.1.31

3.1.31.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

17/10 2016

3.1.30

3.1.30.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

17/10 2016

3.1.29

3.1.29.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

16/10 2016

3.1.28

3.1.28.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

07/10 2016

dev-laravel-5.2

dev-laravel-5.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

05/10 2016

dev-feature-input-toggle-fields

dev-feature-input-toggle-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

05/10 2016

dev-feature-input-random

dev-feature-input-random 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

04/10 2016

dev-feature-input-countdown

dev-feature-input-countdown 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

03/10 2016

dev-unicity

dev-unicity 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

03/10 2016

dev-input-email-validation

dev-input-email-validation 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

30/09 2016

3.1.26

3.1.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

30/09 2016

dev-table-multiple-bug

dev-table-multiple-bug 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

28/09 2016

3.1.25

3.1.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

27/09 2016

3.1.24

3.1.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

27/09 2016

3.1.23

3.1.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

27/09 2016

3.1.22

3.1.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

26/09 2016

3.1.21

3.1.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

26/09 2016

3.1.20

3.1.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

26/09 2016

3.1.19

3.1.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

25/09 2016

3.1.18

3.1.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

25/09 2016

dev-checkbox-default

dev-checkbox-default 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

25/09 2016

3.1.17

3.1.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

22/09 2016

3.1.16

3.1.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

21/09 2016

3.1.15

3.1.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

21/09 2016

dev-csrf-token-exception

dev-csrf-token-exception 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

21/09 2016

dev-select2-tweaks

dev-select2-tweaks 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

20/09 2016

dev-readme-updates

dev-readme-updates 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

19/09 2016

3.1.14

3.1.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

19/09 2016

3.1.13

3.1.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

19/09 2016

3.1.12

3.1.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

19/09 2016

3.1.11

3.1.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

17/09 2016

dev-se1exin-issue/100

dev-se1exin-issue/100 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

16/09 2016

3.1.10

3.1.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

16/09 2016

3.1.9

3.1.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

15/09 2016

3.1.8

3.1.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

15/09 2016

3.1.7

3.1.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

15/09 2016

3.1.6

3.1.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