PHP code example of marcus-campos / laravel-md5-hash
1. Go to this page and download the library: Download marcus-campos/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/ */
marcus-campos / laravel-md5-hash example snippets
Illuminate\Hashing\HashServiceProvider::class
L5MD5Hash\Md5Hash\HashServiceProvider::class
Hash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99