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

A Firebase port for Laravel (4.2+)

Results 15 laravel-firebase issues
Sort by recently updated
recently updated
newest added

FatalThrowableError in LaravelFirebaseServiceProvider.php line 54: Class 'Client' not found

I'm running Laravel 4.2.17 and using Laravel Firebase version 0.2.1 and get the following error when trying to run composer update [RuntimeException] Error Output: PHP Fatal error: Class 'J42\LaravelFirebase\LaravelFirebaseServiceProvider' not...

Here is the error ``` FatalErrorException in Handler.php line 25: Uncaught TypeError: Argument 1 passed to App\Exceptions\Handler::report() must be an instance of Exception, instance of TypeError given, called in D:\Software...

I think this package is not compatible with L5 yet. Do you plan to update?

I can't run this on L5.2 I follow install instruction but have FatalErrorException in Client.php line 174: Class 'J42\LaravelFirebase\FirebaseToken' not found Any idea

Hello everybody! I have a problem when syncronice data with firebase database. This write on database \ and the result is app\person, but i need something like app/person. how can...

When I try to create a manual token I get the following error: ``` Whoops, looks like something went wrong. FatalErrorException in Token.php line 42: Class 'JWT' not found 1....

Could you give some example? how modeling a firebase collecion inside the model file? I did this in model/comment.php class comment extends Eloquent{ protected $table = 'comment'; protected $primaryKey =...