Rob Gloudemans

Results 13 comments of Rob Gloudemans

Yes, I've figured as much. One of the possibilty would be some kind of global var that specifies if the while loop is already ended, so you would get something...

Could you please give me a little smaller example of how I can reproduce this problem? Given a new Laravel installation.

As soon as I've got more free time (about 2 weeks) I'm going to look into this.

I need more information to debug this. Are the API calls using a session or not? What is the code you use, which version of Laravel and this package. How...

Does the normal laravel session work? Can you put something in the session and retreive it?

That's not the Laravel session you're using. You're using Redis directly, and not via the session manager (which this package is using) Try with the Session facade please https://laravel.com/docs/5.4/session

Did you clear the config cache?

Please format the code properly. :-) It’s unreadable right now. And give me more info. On which line are you getting the exception, what is the stacktrace, etc.

I'm really busy at the moment, but I'll try to have a look at this asap!

Sorry for not responding sooner. I've read somewhere on the net that some people had problems with the 'version()' task, so maybe that's the problem here? But I'll have a...