PHP code example of weldist / laravel-pulse-md5-patch
1. Go to this page and download the library: Download weldist/laravel-pulse-md5-patch 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/ */
weldist / laravel-pulse-md5-patch example snippets
$table->char('key_hash', 16)->storedAs('unhex(md5(`key`))');
sql
INSTALL COMPONENT 'file://component_legacy_hashing';
bash
php artisan vendor:publish --tag=pulse-md5-patch-migrations
php artisan migrate