PHP code example of kaantanis / filament-password-confirmation
1. Go to this page and download the library: Download kaantanis/filament-password-confirmation 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/ */
kaantanis / filament-password-confirmation example snippets
'middleware' => [
'auth' => [
...
\KaanTanis\FilamentPasswordConfirmation\Http\Middleware\PasswordConfirmationMiddleware::class
],
]
'timeout' => 10800 // 3 hours
bash
php artisan vendor:publish --tag="filament-password-confirmation-config"
bash
php artisan vendor:publish --tag="filament-password-confirmation-views"