schooldesk/schooldesk-twofactor

Two-Factor Support for SchoolDesk

3.7 2023-11-28 04:46 UTC

This package is auto-updated.

Last update: 2024-10-28 06:47:22 UTC


README

To use Laravel Two-Factor.

Publish Vendor Files

php artisan vendor:publish --provider="Northfire\TwoFactor\TwoFactorServiceProvider"

Run Migrations

php artisan migrate

Add to your Route middleware

'twofactor' => \App\Http\Middleware\TwoFactor::class,