PHP code example of apnem19 / laravel-md5-hash

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

    

apnem19 / laravel-md5-hash example snippets


Hash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bash
vendor/bin/php-cs-fixer fix