Laravel 9 Tutorial #7 | Create Multi Vendor Ecommerce in Laravel 9 | Multi Authentication (II)

Laravel 9 Tutorial #7 | Create Multi Vendor Ecommerce in Laravel 9 | Multi Authentication (II)

Stack Developers

2 года назад

7,226 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@a_yash20
@a_yash20 - 25.09.2023 19:45

good 92 like

Ответить
@afnanjaved1986
@afnanjaved1986 - 24.04.2023 22:07

Im getting the following error :
Localhost you too many times.
Try clearing your cookies.

I have cleared the cookies but still got the same error. Please help

Ответить
@vishwasitprofessional
@vishwasitprofessional - 09.02.2023 19:27

Nice one

Ответить
@zareenatanveer9795
@zareenatanveer9795 - 25.01.2023 19:20

Salute to you sir.. unbelievable playlist.. Great work.. may you grow more. Thank you!

Ответить
@imajlakay6159
@imajlakay6159 - 14.08.2022 19:31

Thanks for the way you help other.
I follow step by step this video but I have a difference result.
admin/login is ok but admin/dashboard (404 | NOT FOUND)
how can you help me ?

Ответить
@user-cp5iu3yo1w
@user-cp5iu3yo1w - 28.05.2022 10:30

can you help me with this thing bro?

Illuminate\Auth\SessionGuard::__construct(): Argument #2 ($provider) must be of type Illuminate\Contracts\Auth\UserProvider, null given, called in C:\xampp\htdocs\ecom9\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line

Ответить
@SaleemKhan-wy4eq
@SaleemKhan-wy4eq - 25.05.2022 09:35

If admin logged in successfully(Current Path : ecom9/Admin/dashboard), and someone trying to open ->ecom9/Admin/login then it should redirect to dashboard automatically. In my case it's not working can you help in this also sir.

Ответить
@SaleemKhan-wy4eq
@SaleemKhan-wy4eq - 24.05.2022 18:32

Illuminate\Contracts\Container\BindingResolutionException
Target class [admin] does not exist.

Getting Above error Sir

Ответить
@Ali-nj1tv
@Ali-nj1tv - 08.05.2022 02:26

I'm having trouble with errors it said
"Authentication user provider [eloguent] is not defined."
what is this mean and how to solve that! I have spent two hours and go nowhere. please help thanks.

Ответить
@laravelonly
@laravelonly - 23.04.2022 08:11

I have a problem downstairs
Illuminate\Auth\SessionGuard::__construct(): Argument #2 ($provider) must be of type Illuminate\Contracts\Auth\UserProvider, null given, called in C:\xampp\htdocs\ecom9\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 125

Ответить
@now4future
@now4future - 02.04.2022 02:53

hello i tried your code but not working could you please upload your files on github

Ответить
@dhrubodhrubo1177
@dhrubodhrubo1177 - 01.04.2022 09:08

Now this error is showing

"Illuminate\Auth\SessionGuard::__construct(): Argument #2 ($provider) must be of type Illuminate\Contracts\Auth\UserProvider, null given, called in C:\my folder\xampp-new\htdocs\ecommerce-multivendor\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 125"

Ответить
@izmadigitaltechnologyagenc3431
@izmadigitaltechnologyagenc3431 - 20.03.2022 16:38

Thanks sir for your amazing laravel 9 series. I setup same as you instructed in this video. Login page is okay but when i try to access dashboard I am getting this error.
Illuminate\Auth\SessionGuard::__construct(): Argument #2 ($provider) must be of type Illuminate\Contracts\Auth\UserProvider, null given, called in C:\xampp\htdocs\lv\ecom9\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 125

Ответить
@briwaytech9913
@briwaytech9913 - 10.03.2022 05:55

when admin without login access to dashboard then show message

if(!Auth::guard('admin')->check())
{
Session::flash('error','First You have require Login');

return redirect('admin/login');
}
return $next($request);


@if(Session::has('error'))
<div class="alert alert-danger text-center">
{{Session::get('error')}}
</div>

Ответить
@sportshub044
@sportshub044 - 08.03.2022 17:42

Sir what is purpose of using authenticable here?

Ответить
@programmersohan599
@programmersohan599 - 25.02.2022 14:10

I am also practicing with you, carry on sir !

Ответить
@muhammadirfan8623
@muhammadirfan8623 - 24.02.2022 16:54

Please make different file for Users Routes

Ответить