Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Sep 19, 2023
1 parent 14087ae commit 7ce062b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ You use verification in nova, add the middleware into in your `nova.php` config:

## 🎨 Customisation

You can publish the views using:

```bash
php artisan vendor:publish --tag=auth-views
```

You can publish the assets using:

```bash
Expand All @@ -367,14 +373,6 @@ php artisan vendor:publish --tag=auth-translations

This package uses [Laravel Honeypot](https://github.com/spatie/laravel-honeypot) to prevent spam.Check out the [documentation](https://github.com/spatie/laravel-honeypot#readme) to learn how to customise it.

```bash

You can publish the views using:

```bash
php artisan vendor:publish --tag=auth-views
```

## 🚧 Testing

Copy your own phpunit.xml-file.
Expand Down

0 comments on commit 7ce062b

Please sign in to comment.