thana/createupdatedeleteby

Automatically manage created_by, updated_by, and deleted_by fields in Laravel models.

Maintainers

Package info

github.com/sereyvathanasuy/createupdatedeleteby

pkg:composer/thana/createupdatedeleteby

Statistics

Installs: 121

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-06-08 01:54 UTC

This package is auto-updated.

Last update: 2026-06-08 01:54:28 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, ],