← Volver a proyectos
Tether Server
Laravel server integration layer for the Tether offline-first sync system.
#Tether Server
Tether Server is the Laravel server 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 the application that receives client changes and provides the shared source of truth for synced data.
#Documentation
Full documentation is available at laravel-tether.com.
#Other Tether packages
- Tether Client: The client-side package for recording local changes and syncing them back to the server.