← Voltar para projetos
Tether Client
Laravel client integration layer for the Tether offline-first sync system.
#Tether Client
Tether Client is the client-side package in the Tether family.
Tether helps Laravel and PHP applications build offline-first experiences where local clients can keep working without a network connection and later reconcile their changes with a Laravel server.
This package is for applications that need to record local changes and sync them back when the client is ready.
#Documentation
Full documentation is available at laravel-tether.com.
#Other Tether packages
- Tether Server: The server-side package for handling sync requests and resolving conflicts.