Getstream support with Lumen

I am trying to use getstream with Lumen, and it looks like the laravel package they created is not compatible with Lumen. Has anyone here used getstream with Lumen?

+4
source share
1 answer

I saw your github issue about this. I will look into our PHP support very soon, and talked to my colleagues here on Stream about ORM level support. Since our Laravel client library connects to Eloquent, it should be simple enough to reduce it to simply support Eloquent at the ORM level, allowing people to use it in any environment or application using this ORM.

0
source

Source: https://habr.com/ru/post/1653031/


All Articles