PHPackages                             statview/filament-passkeys - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. statview/filament-passkeys

ArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

statview/filament-passkeys
==========================

0.1.12(1y ago)7609↓85.6%4MITPHP

Since Sep 27Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/statview-app/filament-passkeys)[ Packagist](https://packagist.org/packages/statview/filament-passkeys)[ RSS](/packages/statview-filament-passkeys/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (15)Used By (0)

filament-passkeys
=================

[](#filament-passkeys)

Installation
------------

[](#installation)

Install the package

```
composer require statview/filament-passkeys
```

Run the migrations

```
php artisan migrate
```

Run the assets command of Filament

```
php artisan filament:assets
```

Add the `HasPasskeys` trait to the user mode

```
