mpociot / laravel-firebase-sync

Synchronize your Eloquent models with a Firebase Realtime Database.
http://marcelpociot.com/blog/2016-06-20-synchronise-laravel-eloquent-models-with-firebase
265 stars 70 forks source link

Laravel 5.3? #9

Closed jakeols closed 4 years ago

jakeols commented 7 years ago

Hi,

I wanted to know if there are any issues with Laravel 5.3. I added configuration, traits for my model, etc. and nothing seems to be happening.

linuxs commented 7 years ago

Seems to work fine for me on 5.3

You have to add/update/or remove data for events to trigger. One big improvement I see is allowing it to do a sync with existing data. I may make a PR for this.