Skip to content

Commit

Permalink
updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 6, 2024
1 parent 40ea7e2 commit da31b61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da31b61

Please sign in to comment.