PHP code example of vjroby / laravel-pbkdf2

1. Go to this page and download the library: Download vjroby/laravel-pbkdf2 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/ */

    

vjroby / laravel-pbkdf2 example snippets


'Pbkdf2'		=> 'Vjroby\LaravelPbkdf2\Facades\Pbkdf2Facade'
 app.php 

php artisan config:publish vjroby/laravel-pbkdf2