imTigger / laravel-crud by imtigger

Laravel CRUD Controller
22,309
1
2
Package Data
Maintainer Username: imtigger
Maintainer Contact: tiger@tiger-workshop.com (Tiger Fok)
Package Create Date: 2017-03-17
Package Last Update: 2020-07-23
Home Page:
Language: PHP
License: mit
Last Refreshed: 2024-04-27 03:12:27
Package Statistics
Total Downloads: 22,309
Monthly Downloads: 172
Daily Downloads: 1
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.