I think it should be
'domain' => '.localhost'
However if the cookie was set before you made this change you probably need to delete them or clear browser cache
Using
'domain' => '.localhost'
Laravel doesn't create any cookie, and I still can't authenticate.
Using
'domain' => '.localhost'
Mozilla Firefox does authenticate but Chrome and IE11 doesn't. However Firefox can't connect to subdomains like admin.localhost for some reason that I can't figure out
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community