2017 © Pedro Peláez
 

library laravel-crud

Laravel CRUD Controller

image

imtigger/laravel-crud

Laravel CRUD Controller

  • Tuesday, July 10, 2018
  • by imtigger
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,256 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 17 % Grown

The README.md

Laravel CRUD

Laravel CRUD Controller, (*1)

This package provide a base Controller (CRUDController) that implement HTTP REST methods., (*2)

CRUDController is highly customizeable by overriding its methods., (*3)

Use with another package "Laravel CRUD Generator" to generate controller, model, view, form and migration, in single artisan command., (*4)

Dependencies

This package depend on the following packages to generate easy-to-use yet customizable controller for basic CRUD operations, (*5)

  • Laravel DataTables - https://github.com/yajra/laravel-datatables
  • Laravel Form Builder - https://github.com/kristijanhusak/laravel-form-builder

Generator:, (*6)

  • Laravel CRUD Generator - https://github.com/imTigger/laravel-crud-generator

Optional Features:, (*7)

  • Laratrust ACL - https://github.com/santigarcor/laratrust
  • Translatable - https://github.com/dimsav/laravel-translatable
  • Sortable - https://github.com/boxfrommars/rutorika-sortable

Installation

composer require imtigger/laravel-crud, (*8)

Usage

To be finished., (*9)

The Versions

07/09 2017