Paschal Ezeugwu

Results 21 comments of Paschal Ezeugwu

@fungilation Any update on the npm fork thing? I currently installed from your github fork directly

@augustbjornberg Thanks for this. I'm adding it to my project right away

Similar problem... I'm able to connect to the socket but emitting when an event occurs from Laravel doesn't work. The client never receives anything. Searched online, found nothing.

@csb346 I believe from your code, you're missing the `where` clause in the `paginate` function. ```php //You have this in your original query search($term)->where('status','published')->get(); // => A collection with 12...

@csb346 Yeah I read about people complaining about this issue also and the only solution was ti build your pagination manually. According to the creator, it has 0 or no...