kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
1.09k stars 174 forks source link

Add Lumen support #9

Closed jeromegamez closed 4 years ago

jeromegamez commented 4 years ago

Closes #8

Changes

How to test

Add the following line to the require section of your composer.json:

"kreait/laravel-firebase": "dev-lumen-support"

:octocat:

jeromegamez commented 4 years ago

@dbaranoff @chimit Could you give this please another try 🙏? I (hopefully) fixed the Lumen incompatibilities and updated the docs in the readme.

jeromegamez commented 4 years ago

I tested this locally with Laravel and Lumen, and just released 1.3.0 🎉.

Please remember to revert your composer.json or update it with "kreait/laravel-firebase": "^1.3", and let me know if things work for you or not! 🌺