Support the ongoing development of Laravel.io →

bennyboy

Joined 10 Sep 2014

Statistics

Threads 4
Replies 8
Solutions 0
Articles 0
posted 5 years ago

Difficulties with Laravel passport API and Vue

Hello, When I send an API request in this group: Route::group(['prefix' => 'v1'], function() { Ro...

0 Likes
2 Replies
posted 5 years ago

Having problem understanding methods in Laravel

Hello, I am a bit lost on this. I created a logout function with the passport API and would like to...

0 Likes
5 Replies
posted 6 years ago

Strange redirect

Hello, I have been for hours on this and cannot find any logic to it.... I have created a registrati...

0 Likes
1 Replies

Unable to launch lavarel using http://localhost:8000 using wamp on windows 7

Hi All, I am following the tutorial from lavacasts and I did everything as they said but when I open...

0 Likes
4 Replies
replied 4 years ago

Best Practice...Call API within loop.

Yes that's right, with this type of setup you are going to be really stuck. There is no way around I...

0 Likes
replied 4 years ago

Laravel API middleware not working in production server

Make sure that in your config/auth you have this: 'guards' => [ 'web' => [ 'driver' =&g...

0 Likes
replied 4 years ago

Best Practice...Call API within loop.

I think your problem is how everything is structured. It is was me, I would have created the fetch e...

0 Likes
replied 4 years ago

Auth::user() returns null in test with data provider

Try this: $user = User::find(Auth::id()); Hope this helps, Ben

0 Likes
replied 5 years ago

Difficulties with Laravel passport API and Vue

Thank you so much Cameron! I found the issue after 2 days of scratching my head lol. I checked every...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.