Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.4 KB

readme.md

File metadata and controls

60 lines (37 loc) · 1.4 KB

Laravel Tabler Fortify

Latest Version on Packagist Total Downloads

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

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;

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

composer test

Contributing

Please see contributing.md for details and a todolist.

Credits

License

MIT. Please see the license file for more information.