公式ドキュメントを使用して、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.
適切に構成する方法を知っている人はいますか?