PHP code example of mstfkhazaal / filament-password-reveal
1. Go to this page and download the library: Download mstfkhazaal/filament-password-reveal library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mstfkhazaal / filament-password-reveal example snippets
return [
];
$filament-password-reveal = new Mstfkhazaal\FilamentPasswordReveal();
echo $filament-password-reveal->echoPhrase('Hello, Mstfkhazaal!');
bash
php artisan vendor:publish --tag="filament-password-reveal-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-password-reveal-config"
bash
php artisan vendor:publish --tag="filament-password-reveal-views"