Laravel 5 – 6
PHP 7.0+
No commit activity in last 2 years
No release in over 2 years
Laravel CRUD Controller
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Project Readme

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

Generator:

Optional Features:

Installation

composer require imtigger/laravel-crud

Usage

To be finished.