Published the Laravel Watermelon Package
I've been learning more about app development lately, and one really useful tool I've been introduced to is Watermelon, a local database interface that implements a simple syncing protocol. The package works great for offline data access in apps, but there is a lot less clarity on how to implement the server that the app needs to sync with.
So I created the Laravel Watermelon package which provides a simple to implement sync endpoint that cleanly integrates with Laravel and it's Eloquent ORM.