LaravelPackages.net
Acme Inc.
Toggle sidebar
imtigger/laravel-crud

Laravel CRUD Controller

25.894
1
1.0.1
About imtigger/laravel-crud

imtigger/laravel-crud is a Laravel package for laravel crud controller. It currently has 1 GitHub stars and 25.894 downloads on Packagist (latest version 1.0.1). Install it with composer require imtigger/laravel-crud. Discover more Laravel packages by imtigger or browse all Laravel packages to compare alternatives.

Last updated

Laravel CRUD

Laravel CRUD Controller

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

CRUDController is highly customizeable by overriding its methods.

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

Dependencies

This package depend on the following packages to generate easy-to-use yet customizable controller for basic CRUD operations

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

Generator:

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

Optional Features:

  • 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

Usage

To be finished.

Comments