Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0wain committed Aug 6, 2024
1 parent 51e84ba commit 8cc629a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Filament Locksmith

🔒 A complete password input field 🤫
🔒 A feature rich password input field 🤫

![Packagist Version](https://img.shields.io/packagist/v/discoverydesign/filament-locksmith.svg)
![Total Downloads](https://img.shields.io/packagist/dt/discoverydesign/filament-locksmith.svg)

This package allows you to add a feature rich password filed for Filament PHP.
This package allows you to add a feature rich password field for Filament PHP.

https://packagist.org/packages/discoverydesign/filament-locksmith

## How to use
1. Install the package using `composer require discoverydesign/filament-locksmith`
4. Import the package inside your Filament Form with `use DiscoveryDesign\FilamentLocksmith\Forms\Components\PasswordInput`.
5. Add the `PasswordInput` form component to your form with `PasswordInput::make()`.
6. If required, publish the translation files with `php artisan vendor:publish --tag=filament-locksmith-translations`.
2. Import the package inside your Filament Form with `use DiscoveryDesign\FilamentLocksmith\Forms\Components\PasswordInput`.
3. Add the `PasswordInput` form component to your form with `PasswordInput::make()`.
4. If required, publish the translation files with `php artisan vendor:publish --tag=filament-locksmith-translations`.

## Examples

Expand All @@ -23,7 +23,7 @@ https://packagist.org/packages/discoverydesign/filament-locksmith

namespace App\Filament\Resources;

use DiscoveryDesign\FilamentGaze\Forms\Components\GazeBanner;
use DiscoveryDesign\FilamentLocksmith\Forms\Components\PasswordInput;
// ...

class UserResource extends Resource
Expand Down

0 comments on commit 8cc629a

Please sign in to comment.