thana/createupdatedeleteby

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

Maintainers

Package info

github.com/suy-sereyvathana/createupdatedeleteby

Issues

pkg:composer/thana/createupdatedeleteby

Statistics

Installs: 92

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-02-18 10:12:55 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, ],