vdlp/oc-bcryptsupport-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Allows developers to configure bcrypt parameters.

Installs: 3 492

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 0

Open Issues: 0

Type:october-plugin

1.0.1 2021-05-28 12:30 UTC

This package is auto-updated.

Last update: 2021-05-28 12:32:04 UTC


README

Allows developers to configure bcrypt parameters.

Requirements

  • PHP 7.1 or higher
  • October CMS based on Laravel 5.8 or lower

Installation

Composer:

composer require vdlp/oc-bcryptsupport-plugin

CLI:

php artisan plugin:install Vdlp.BcryptSupport

October CMS:

Go to Settings > Updates & Plugins > Install plugins and search for 'Bcrypt Support'.

Configuration

To configure this plugin execute the following command:

php artisan vendor:publish --provider="Vdlp\BcryptSupport\ServiceProviders\BcryptSupportServiceProvider" --tag="config"

This will create a config/bcrypt-support.php file in your app where you can modify the configuration.

Questions? Need help?

If you have any question about how to use this plugin, please don't hesitate to contact us at octobercms@vdlp.nl. We're happy to help you. You can also visit the support forum and drop your questions/issues there.