PHP code example of vdlp / oc-bcryptsupport-plugin
1. Go to this page and download the library: Download vdlp/oc-bcryptsupport-plugin 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/ */
vdlp / oc-bcryptsupport-plugin example snippets
php artisan plugin:install Vdlp.BcryptSupport
php artisan vendor:publish --provider="Vdlp\BcryptSupport\ServiceProviders\BcryptSupportServiceProvider" --tag="config"