celysium / informer
There is no license information available for the latest version (v1.2) of this package.
A simple package to send data to specific url .
v1.2
2023-06-12 13:06 UTC
Requires
- php: ^8.0.2
- celysium/request: ^1.2
- laravel/framework: ^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^7.0
This package is auto-updated.
Last update: 2025-03-12 17:03:33 UTC
README
sync bulk
sync collection of data with Validation service
php artisan informer:sync
use -h
for detail arguments and optional
usage
use in Model Eloquent as a Trait
use Informable;
you can set entity
property for define in validation service, if not set get tables name model.
$entity = 'customer';
Trait Method Description
method | Description |
---|---|
$model->sync([]) |
sync data with validation service |
$model->syncCreated([]) |
created data with validation service |
$model->syncDeleted() |
deleted data with validation service |
$model->syncRestored([]) |
restore data with validation service |
$model->syncDeleted() |
force deleted data with validation service |