Sergiu Gabura

Results 29 comments of Sergiu Gabura

Getting the same error. I have a route calling `index` function. and the index function has this ``` public function index() { Forrest::authenticate(); Forrest::versions(); } ``` I am getting the...

Give us more information about your issue. How do you make the call, how does your controller look like, etc. What you described here is not enough to help you...

Try to change your login function to use guard() instead of auth(). I had a lot of trouble making this work, but in the end, this solution worked for me:...

If that works, change all instances of `auth()` to `$this->guard()` in your code.

+1 I agree that this would be an awesome addition to the player

@jhomlala I could sponsor a google chromecast if you want :)

I tried adding this feature on my own, these guys have it implemented already: https://pub.dev/packages/flutter_vlc_player But I'm really bad with native code and don't have the time to put into...

Hey @jhomlala , can we get more interest in this issue? Could we maybe hire a freelancer or something who could do this? :) I'm happy to chip in for...

Ooooh yeah baby! Where do we donate for your hard work @jhomlala ?

I'd be happy to help with that but that code is beyond me and I don't have enough time to start digging through it :(