PHP code example of iftekhar / password-change-notification
1. Go to this page and download the library: Download iftekhar/password-change-notification 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/ */
iftekhar / password-change-notification example snippets
$passwordChangeEmail = new Iftekhar\PasswordChangeEmail();
echo $passwordChangeEmail->echoPhrase('Hello, Iftekhar!');
bash
php artisan vendor:publish --tag="password-change-email-views"