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

This package is auto-updated.

Last update: 2024-09-12 15:59:17 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