From 9e10b2507c44d65577bffea546b35c2dd53b0ccb Mon Sep 17 00:00:00 2001 From: Baspa Date: Fri, 16 Aug 2024 15:26:43 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1848de5..5dd9fe1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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