Laravel Level 2 xuutoOP Posted 5 years ago when i try to logout admin it throws Symfony \ Component \ HttpKernel \ Exception \ Symfony \ Component \ HttpKernel \Exception\ MethodNotAllowedHttpException The POST method is not supportedforthis route. Supported methods: GET, HEAD. ...
My laravel version is 9.19. When I click on logout menu its working fine. But when I manually type 'logout' in url it gives the error - The GET method is not supported for route logout. Supported methods: POST. It shows as a POST route in route:list: POST log...
RC4 decryption not working properly. Encryption is totally working and I have described my problem in the para below I am currently working on combining 3 cryptography algorithms namely AES,DES,RC4. I have successfully done encrytion and stored the key and cipher text in a file but as in my...
Let's Build a SaaS in Laravel There are endless tutorials online for how to build an idealized project, based on what's easy to teach. In this course, however, we're going to walk through the real-life, actual process of building a software-as-a-service, including the mistakes and mis...
This proposal made me thinking, I personaly should remove the whole auth from a framework but Laravel pretty awesome with it and extends the programers life span as well, but for the truth more and more end user uses multiple device at the same time (pc+phone+tablet) and this feature loo...
@rodrigo.pedra I've checked with your given code above (loggedOut() function). but didn't working. My expected result was like you said. Its not working as expected. Its working now like: If I loggedout an expired cookie will set. When I logged in, the old cookie is there. Its no...
One they are working in, with 45 minutes of session left, and another tab which is saying that their session is/has expired. The timers in your pages are not linked in any way so one can be counting down and the other reset with each interaction. 0 Level 51 Subscriber theUnforgi...