我正在使用 auth 脚手架进行 Laravel 项目。当尝试使用有效的邮件地址链接“忘记密码”时,我收到以下错误:
The BCMath functions must be enabled to use the NTLM authenticator.
在其他问题之后,比如这个问题,我为我的 PHP 版本(7.2)安装了 bcmath 模块,使用:
sudo apt install php7.2-bcmath
然后我重新启动了apache。使用时我可以看到列出的 bcmath php -m
,但我的项目中仍然存在错误。我错过了什么?