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

Laravel Client - Build Activity Feeds & Streams with GetStream.io

Results 8 stream-laravel issues
Sort by recently updated
recently updated
newest added

I am running the latest laravel and I even followed the demo projects examples for some tips. But when I now try to create a new item that belongsTo the...

For some reason in my application the users needs to follow them self to see their own activities in the timeline. Is this expecting behavior? I thought I read somewhere...

After the latest update, I can't manage to retrieve the feeds? I get ```feed_slug can only contain alphanumeric characters or underscores``` on the notification feed and ```Invalid argument supplied for...

Hi, Another issue here. The configuration for config("stream-laravel::XXX") is coming back null in our project. However ('stream-laravel.XXX') works fine. We have re-ran config:cache/clear etc many times to no avail. All...

Hello! So, I want to contribute to this library. From what I understand, this library is not yet auto-update on laravel eloquent model. So before I want to ask: -...

The following lines of code do not allow you to use different actors aside from `users` using the `user_feed` as the following function is hard coded to use the user...

I know that when you create a new post, it adds to the user feed by default. When the post is created, I also want to add it to certin...

I have a User class at `App\Models\Premium\User and got this error when try to enrich data: ![image](https://github.com/user-attachments/assets/c59644be-ab3d-42aa-ae88-d2d879bc87c8) Seem you got bug here: ![image](https://github.com/user-attachments/assets/3d862355-d6ab-40eb-a484-94e687237e63)