This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
composer require mimisk13/laravel-tabler-fortify
Register App\Providers\FortifyServiceProvider::class
to config\app.php
Enable 2FA
use Laravel\Fortify\TwoFactorAuthenticatable;
class User extends Authenticatable
{
use TwoFactorAuthenticatable;
Please see the changelog for more information on what has changed recently.
composer test
Please see contributing.md for details and a todolist.
MIT. Please see the license file for more information.