我正在尝试使用官方文档在 Laravel 应用程序上实现提醒/重置密码
在运行的步骤:
php artisan auth:reminders
我收到错误:
[InvalidArgumentException]
There are no commands defined in the "auth" namespace.
有谁知道如何正确配置它?
我正在尝试使用官方文档在 Laravel 应用程序上实现提醒/重置密码
在运行的步骤:
php artisan auth:reminders
我收到错误:
[InvalidArgumentException]
There are no commands defined in the "auth" namespace.
有谁知道如何正确配置它?