Support the ongoing development of Laravel.io →

Amitkumar Leuva

Joined 25 Feb 2022

Statistics

Threads 11
Replies 13
Solutions 2
Articles 0

How to use Custom Guard with Laravel Passport ?

I am using Laravel Passport (Authorize code grant). When I redirect url to authorize url 'http://pas...

0 Likes
0 Replies
posted 1 year ago

How to deploy Laravel App (SAIL)?

Hello, I have an App created with Laravel sail. It has a docker-compose.yml. I want to deploy it ove...

elderstar, duch-nuon liked this thread

2 Likes
3 Replies
posted 1 year ago

How to install Elastic Search with Laravel Sail?

Hello, I want to install "ElasticSeach" with Laravel. I have used "laravel sail"...

0 Likes
0 Replies

How to test API guarded using Laravel Passport

Hello, I use Laravel 8.12. I wanted to test API's guarded by Laravel passport. I use password grant...

0 Likes
10 Replies

Is there a way to get Laravel Nova for free in localhost?

Is there a way to get Laravel nova for free just to practice it in my localhost? I went to the larav...

0 Likes
1 Replies
Solved
replied 1 year ago

How to deploy Laravel App (SAIL)?

@elderstar, Thanks for the reply

0 Likes
replied 1 year ago

How to test API guarded using Laravel Passport

When we use laravel passport, all auth routes are being defined using below code in authserviceprovi...

0 Likes
replied 1 year ago

How to test API guarded using Laravel Passport

Passport::actingAsClient( Client::factory()->create(), ); by using above code, I gue...

0 Likes
replied 1 year ago

How to test API guarded using Laravel Passport

@skynet-technologies , Can you see anything wrong in the "api.php"?

0 Likes
replied 1 year ago

How to test API guarded using Laravel Passport

below is my whole api.php use App\Http\Controllers\api\Auth\LogoutController; use App\Http\Controlle...

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.