2FA Error

Am using a plugin called Breezy that supports 2FA but I get an error when i enable 2FA
No description
Solution:
So you ran php artisan breezy:install?
Jump to solution
8 Replies
Dennis Koch
Dennis Koch8mo ago
@codeartisan Please give us some information on what you did. Only installed via composer? Then please read the Installtion section in the docs again. And don't cross-post your question here and in #breezy
codeartisan
codeartisan8mo ago
Sorry about that
Dennis Koch
Dennis Koch8mo ago
Did you read the Breezy docs and installation instructions?
codeartisan
codeartisan8mo ago
I installed the plugin via composer and ran the commands as instructed then I did run the migrations again but let me go through again for confirmation
Solution
Dennis Koch
Dennis Koch8mo ago
So you ran php artisan breezy:install?
Dennis Koch
Dennis Koch8mo ago
I have never used the plugin but from quickly checking the source code it should publish the migrations and ask you to run them.
codeartisan
codeartisan8mo ago
Yeah I think something happened but it showed it published them though I have run it again and it works now thank you so much for your time
Dennis Koch
Dennis Koch8mo ago
Yes, it publishes them. Then it asks you whether it should run the migration. So I guess you pressed that away instead of confirming it.