Laravel auth nothing happen when trying to login with default laravel auth page

I have previously transferred laravel from server to another by copying the laravel project folder, now when i try to login using default laravel auth page , if i enter wrong auth value i get error auth.failed but when i enter a valid auth value the page refresh but nothing happen. I notice from browser view source the value of CSRF token is changing one i enter the valid auth value

I tried to delete the session files /storage/framework/sessions and tried

php artisan view:clear

php aritsan cache:clear

but nothing happen. How can i fix this issue.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2xaowJw
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time