PHP code example of matriphe / laravel-md5-hash
1. Go to this page and download the library: Download matriphe/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/ */
matriphe / laravel-md5-hash example snippets
Hash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bash
vendor/bin/php-cs-fixer fix