I am using a Homestead
and installed ldap
for php
as vagrant
like this:
sudo apt-get install php7.2-ldap
I had the error:
TokenMismatchException in VerifyCsrfToken.php line 68
I checked the typical errors even though the login worked before installing LDAP
. There is a {{ csrf_token() }}
, the storage/framework/sessions
has 777 permit, I have cleared the cache but nothing works.
So I reset Homestead
and get to the login page, which works.
But when I login now the page is completely white and there is nothing in the log at all.
I have tried to do a dd("hello")
in the login controller but it is never called either. It just does not go to the controller after installing LDAP
.
As I said before, it works if I am not logged in.