PHP code example of matriphe / laravel-cake13-hash
1. Go to this page and download the library: Download matriphe/laravel-cake13-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-cake13-hash example snippets
Illuminate\Hashing\HashServiceProvider::class::class
Matriphe\Md5Hash\HashServiceProvider::class
Hash::make('password'); // return 94c5b9c5a0d799d938fdad02162ce27651bf81eb
bcrypt('password'); // return 94c5b9c5a0d799d938fdad02162ce27651bf81eb