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 ?
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?
yes i install composer require maatwebsite/excel after that i update composer then i try to login it wont work
So no error when you ran composer update?
no error but when i try to login i coudnt login ??? omg...........
Well that is not really clear, is it? I couldn't login...
Do you have any errors? Did you check your logs?
Show your composer.json ?
@premsaurav
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"laravelcollective/html": "^5.2",
"webpatser/laravel-countries": "^1.4",
"maatwebsite/excel": "^2.1"
},
@bobbybouwmann after update composer i have a login page to go insight my project a it cant login
It has nothing to do with the composer file..
You can't login? What does that mean? Wrong password? Unknown user? A huge error?
@premsaurav @bobbybouwmann nothing will hapnd just i type my username and password then i click my login button my password got delete nothing error
k, lets make sure new package isn't causing any trouble(as its new to me :()? remove it . do composer update and try again ....
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 sign in or create an account to participate in this conversation.