dev-master
9999999-devEndpoint that handles syncing of entities
MIT
The Development Requires
by Runar Jørgensen
1.0.0
1.0.0.0Endpoint that handles syncing of entities
MIT
The Development Requires
by Runar Jørgensen
Endpoint that handles syncing of entities
Handles incoming sync requests for the laravel entity sync package., (*2)
This is the client package of the laravel entity sync package. The laravel entity sync package syncs entities to the endpoints that this package creates. This package will then handle the data and create, update or delete the entity., (*3)
The structure of your tables should be the same on both the master database and the client database., (*4)
composer require ventrec/laravel-entity-sync-endpoint
Ventrec\LaravelEntitySyncClient\LaravelEntitySyncClientProvider::class
to providers in app.phpphp artisan vendor:publish --provider="Ventrec\LaravelEntitySyncClient\LaravelEntitySyncClientProvider"
/entity-sync
All models that is used must have protected $guarded = []
., (*5)
The MIT License (MIT). Please see License File for more information., (*6)
Endpoint that handles syncing of entities
MIT
Endpoint that handles syncing of entities
MIT