Skip to content

MimisK13/laravel-tabler-fortify

Repository files navigation

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.

About

Tabler UI on Laravel Fortify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published