PHP code example of sajjadgol / password-changed-notification

1. Go to this page and download the library: Download sajjadgol/password-changed-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/ */

    

sajjadgol / password-changed-notification example snippets


return [
];

$passwordChangedNotification = new Sajjadgol\PasswordChangedNotification();
echo $passwordChangedNotification->echoPhrase('Hello, Sajjadgol!');
bash
php artisan vendor:publish --tag="password-changed-notification-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="password-changed-notification-config"
bash
php artisan vendor:publish --tag="password-changed-notification-views"