laravel-firebase-sync icon indicating copy to clipboard operation
laravel-firebase-sync copied to clipboard

Laravel With FireBase

Open imjaysoninfante opened this issue 8 years ago • 2 comments

Hi,

I used this larvel-firebase-sync everything is working until I use my Model having traits use Mpociot\FireBase\SyncsWithFireBase; when I add on my model and add some dummy data using seeder my data are syncing on my local machine data and firebase, but when I try add the model that using the use Mpociot\FireBase\SyncsWithFireBase; it says Mpociot\FireBase\SyncsWithFireBase not found.

Please help

Thanks

imjaysoninfante avatar Dec 27 '16 06:12 imjaysoninfante

trait 'Mpociot\Firebase\SyncsWithFirebase' not found - Same here

theunreal avatar Jan 08 '17 18:01 theunreal

Mpociot\Firebase\SyncsWithFirebase is the correctly namespaced Trait, please note the lowercase b in Firebase.

luceos avatar Mar 30 '17 11:03 luceos