Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 16, 2024
1 parent 6cabae9 commit 9e10b25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ You can install the package via composer:
composer require vormkracht10/filament-two-factor-auth
```

You can easily install the plugin by running the following command:

```bash
php artisan filament-two-factor-auth:install
```

If you don't have [Laravel Fortify](https://laravel.com/docs/11.x/fortify) installed yet, you can install it by running the following commands:

```bash
Expand All @@ -36,6 +30,12 @@ php artisan fortify:install
php artisan migrate
```

You can then easily install the plugin by running the following command:

```bash
php artisan filament-two-factor-auth:install
```

Then add the plugin to your `PanelProvider`:

```php
Expand Down

0 comments on commit 9e10b25

Please sign in to comment.