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
Requires
- php: ^7.4 || ^8.0
- laravel/framework: ^8.0 || ^9.0 || ^10.0 || ^11.0
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, ],