Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Hamelraj's avatar

Authentication doesn't work after composer update?

i install composer require maatwebsite/excel then i update my composer after that i try to login my Laravel project but i couldn't login why is that ?

0 likes
13 replies
bobbybouwmann's avatar

What did you change when you ran composer update? Did you update your composer file? Did you change any code? Can you be more specific here?

1 like
Hamelraj's avatar

yes i install composer require maatwebsite/excel after that i update composer then i try to login it wont work

Hamelraj's avatar

no error but when i try to login i coudnt login ??? omg...........

bobbybouwmann's avatar

Well that is not really clear, is it? I couldn't login...

Do you have any errors? Did you check your logs?

1 like
Hamelraj's avatar

@premsaurav

"require": { "php": ">=5.5.9", "laravel/framework": "5.2.*", "laravelcollective/html": "^5.2", "webpatser/laravel-countries": "^1.4", "maatwebsite/excel": "^2.1" },

bobbybouwmann's avatar

It has nothing to do with the composer file..

You can't login? What does that mean? Wrong password? Unknown user? A huge error?

d3xt3r's avatar

k, lets make sure new package isn't causing any trouble(as its new to me :()? remove it . do composer update and try again ....

Hamelraj's avatar
Hamelraj
OP
Best Answer
Level 5

omg........ @premsaurav @bobbybouwmann when i install maatwebsite/excel in last i have to do php artisan vendor:publish but i have change my login redirect path some changes thtz a reason now couldn't login :( :( :(

Please or to participate in this conversation.