Provides a scaffold to create CRUD modules
ebolution/laravel-base-crud-module is a Laravel package for provides a scaffold to create crud modules.
It currently has 0 GitHub stars and 57 downloads on Packagist (latest version 3.0.5).
Install it with composer require ebolution/laravel-base-crud-module.
Discover more Laravel packages by ebolution
or browse all Laravel packages to compare alternatives.
Last updated
Provides a functional base to create CRUD modules
All use cases and controllers are meant to be extended by child modules to provide full basic CRUD operations on custom entities.
For examples on how to use this module, check the code in this module: Base CRUD Module Scaffold, used as base to replicate and make all the modifications needed to meet your requirements.
The easiest way to start working with this module is by installing Base CRUD Module Creator, and following its instructions.