Open TatwiraT opened 5 years ago
while using captcha on laravel 5.4 in a project with dynamic subdomains, it breaks
i debugged the code, found that the routes builder does not take the prefix/subdomain as option
please verify ^^
thank you
A quick solution to make it work:
test.example.com/captcha/...
example.com/captcha/...
SESSION_DOMAIN
.example.com
while using captcha on laravel 5.4 in a project with dynamic subdomains, it breaks
i debugged the code, found that the routes builder does not take the prefix/subdomain as option
please verify ^^
thank you