thana/createupdatedeleteby

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2024-10-18 00:30 UTC

This package is auto-updated.

Last update: 2025-08-18 09:12:35 UTC


README

A Laravel package for easily creating, updating, and deleting records.

Installation

You can install the package via Composer:

composer require thana/createupdatedeleteby

Usage

To use the package, add the service provider in your config/app.php:

'providers' => [ Thana\CreateUpdateDeleteBy\CreateUpdateDeleteByServiceProvider::class, ],