Download the PHP package thana/createupdatedeleteby without Composer
On this page you can find all versions of the php package thana/createupdatedeleteby. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thana/createupdatedeleteby
More information about thana/createupdatedeleteby
Files in thana/createupdatedeleteby
Download thana/createupdatedeleteby
More information about thana/createupdatedeleteby
Files in thana/createupdatedeleteby
Vendor thana
Package createupdatedeleteby
Short Description Automatically manage created_by, updated_by, and deleted_by fields in Laravel models.
License MIT
Package createupdatedeleteby
Short Description Automatically manage created_by, updated_by, and deleted_by fields in Laravel models.
License MIT
Please rate this library. Is it a good library?
Informations about the package createupdatedeleteby
CreateUpdateDeleteBy
A Laravel package for easily creating, updating, and deleting records.
Installation
You can install the package via Composer:
Usage
To use the package, add the service provider in your config/app.php:
'providers' => [ Thana\CreateUpdateDeleteBy\CreateUpdateDeleteByServiceProvider::class, ],
All versions of createupdatedeleteby with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
The package thana/createupdatedeleteby contains the following files
Loading the files please wait ...