PHP code example of appdigidelete / account-deletion

1. Go to this page and download the library: Download appdigidelete/account-deletion 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/ */

    

appdigidelete / account-deletion example snippets


'user_table' => env('USER_TABLE', 'existing_users'),
'deleted_users_table' => env('DELETED_USERS_TABLE', 'deleted_users'),
bash
php artisan config:clear
php artisan view:clear
bash
php artisan queue:table
php artisan migrate
bash
php artisan migrate