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: 2024-12-12 16:27:56 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';