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 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.
This package depend on the following packages to generate easy-to-use yet customizable controller for basic CRUD operations
Generator:
Optional Features:
composer require imtigger/laravel-crud
To be finished.