Skip to content

Commit

Permalink
updaet screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong committed Mar 2, 2022
1 parent c194e22 commit b6f8362
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@

This package provides the UI for using Fortify in Filament Admin Panel

## Screenshots
_Login_
![Screenshot of Login Screen](./screenshots/login.png)
_Register_
![Screenshot of Register Screen](./screenshots/register.png)
_Email Verification_
![Screenshot of Register Screen](./screenshots/email-verification.png)
_Forgot Password_
![Screenshot of Forgot Password Screen](./screenshots/forgot-password.png)
_Two Factor Login_
![Screenshot of 2fa Login Screen](./screenshots/2fa-login.png)
_Two Factor Page_
![Screenshot of 2fa Page Screen](./screenshots/2fa-page.png)
_Password Confirmation_
![Screenshot of Password Confirmation Screen](./screenshots/confirm-password.png)
## Installation

You can install the package via composer:
Expand Down Expand Up @@ -61,6 +76,7 @@ config([
```

#### Email Verification
![Screenshot of Email Verification Screen](./screenshots/email-verification.png)
To allow user access only after email verified, enable the feature in config/fortify.php and update config/filament.php

```php
Expand All @@ -83,6 +99,8 @@ class User extends Authenticatable implements FilamentUser, MustVerifyEmail
```

#### Password Confirmation
![Screenshot of Password Confirmation Screen](./screenshots/confirm-password.png)

To request user password confirmation before access a Page/Resource, add
```php
protected static string | array $middlewares = ['password.confirm'];
Expand Down

0 comments on commit b6f8362

Please sign in to comment.