How to make Filament app work both online and offline
online: hosted on a server
offline: hosted one is accessible even if there is no internet and when internet is established, data syncronization make both updated.
is there a way to do that? or a plugin?
3 Replies
You want bi-lateral syncing of data, it is possible. But you will need to ensure you use uuid/ulid's and structure it to allow data to go both ways π
This isn't filament related, but laravel.
Medium
Mastering Bidirectional Data Synchronization for Laravel MySQL
Mastering Bidirectional Data Synchronization for Laravel MySQL: Ensuring Seamless Database Consistency Across Multiple Installations
Hi, thanks you.
This is exactly what i need. I'm about to implement this feature in an existing laravel filament project. This is an perfect starting point.