From 828270876c256989feb8e10df7552c3f713b1611 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 22 Jun 2021 04:49:04 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4382c2..b7ad68e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Authentication scaffolding with [Laravel Orchid](https://github.com/orchidsoftwa ## Installation -You have to install [Laravel Fortify](https://github.com/laravel/fortify), and complete all setup without add blades calling in `App\Providers\FortifyServiceProvider.php`. +You have to install [Laravel Fortify](https://laravel.com/docs/fortify), and complete all setup without add blades calling in `App\Providers\FortifyServiceProvider.php`. After installation completed, please add session migration using: (to activate TwoFactorAuthentication method)