ebolution/laravel-base-crud-module

Provides a scaffold to create CRUD modules

3.0.5 2024-01-17 17:25 UTC

This package is auto-updated.

Last update: 2025-04-10 10:30:20 UTC


README

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.