diff --git a/README.md b/README.md index d6c1085..8160f9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
+ +
+ # A custom package for Filament with login flow, profile and teams support. [![Latest Version on Packagist](https://img.shields.io/packagist/v/jeffgreco13/filament-breezy.svg?style=flat-square)](https://packagist.org/packages/jeffgreco13/filament-breezy) @@ -7,6 +11,14 @@ The missing toolkit from Filament Admin with Breeze-like functionality. Includes login, registration, password reset, password confirmation, email verification, and a my profile page. All using the TALL-stack, all very Filament-y. +## Screenshots + +![Screenshot of Login](./art/login.png) +![Screenshot of Profile](./art/profile.png) +![Screenshot of Register](./art/register.png) +![Screenshot of Reset](./art/reset.png) +![Screenshot of Reset](./art/reset-step2.png) + ## Installation 1. Install the package via composer: diff --git a/art/login.png b/art/login.png new file mode 100644 index 0000000..5ad45b1 Binary files /dev/null and b/art/login.png differ diff --git a/art/profile.png b/art/profile.png new file mode 100644 index 0000000..ff490e1 Binary files /dev/null and b/art/profile.png differ diff --git a/art/register.png b/art/register.png new file mode 100644 index 0000000..8140376 Binary files /dev/null and b/art/register.png differ diff --git a/art/reset-step2.png b/art/reset-step2.png new file mode 100644 index 0000000..497cc91 Binary files /dev/null and b/art/reset-step2.png differ diff --git a/art/reset.png b/art/reset.png new file mode 100644 index 0000000..7c22528 Binary files /dev/null and b/art/reset.png differ