From da31b61a7d295ba945cd28b0711f6976a14faadb Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Mon, 6 May 2024 15:19:11 -0400 Subject: [PATCH] updating the readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index db34e13..b12fce5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,16 @@ Auth has just been isntalled and you'll be able to visit the following authentic - Password Reset Token (project.test/auth/password/ReAlLyLoNgPaSsWoRdReSeTtOkEn) - Password Confirmation (project.test/auth/password/confirm) +## Auth Migrations + +You'll also want to include the auth migrations: + +``` +php artisan migrate --path=vendor/devdojo/auth/database/migrations +``` + +This will add a new `social_provider_user` table and it will also allow the `name` and `password` fields in the default `user` table to be nullable. + ## Auth Config You will also need to publish the auth config by running the following: