PHPackages                             oyepez003/filament-lockscreen - 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. oyepez003/filament-lockscreen

ActiveLibrary

oyepez003/filament-lockscreen
=============================

This is my package filament-lockscreen

01PHP

Since Sep 15Pushed 3y agoCompare

[ Source](https://github.com/oyepez003/filament-lockscreen)[ Packagist](https://packagist.org/packages/oyepez003/filament-lockscreen)[ RSS](/packages/oyepez003-filament-lockscreen/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

This is my package filament-lockscreen
======================================

[](#this-is-my-package-filament-lockscreen)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c691ba54886f618f87a5d508b557ac68c897cc5a02c7377c5f61bd718a9eb549/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-lockscreen)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/eee090bf4627d5b3003611f0778c1e199983f15ce751f22a8f5fe36308622dfe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/marjose123/filament-lockscreen/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bd37b824e383a0750dfb0cb6507d39144590601e100fde68703ed7219d52cc0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-lockscreen)

[![LockScreen](/art/Filament%20Lock%20screen.png "LockScreen")](/art/Filament%20Lock%20screen.png)

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

[](#installation)

You can install the package via composer:

```
composer require marjose123/filament-lockscreen
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-lockscreen-views"
```

Add this middleware `Locker::class` to your `Filament Config` and you're ready to go

```
// use lockscreen\FilamentLockscreen\Http\Middleware\Locker;

    'middleware' => [
        'auth' => [
          //....
            Locker::class,
        ],
       // .....
    ],
```

Using the plugin [FilamentPasswordReveal](https://github.com/phpsa/filament-password-reveal)
--------------------------------------------------------------------------------------------

[](#using-the-plugin-filamentpasswordreveal)

```
composer require phpsa/filament-password-reveal
```

Publish the config files

```
php artisan vendor:publish --tag="filament-lockscreen-config"
```

Update the config `filament-lockscreen.fields.password`:

```
