velixir/bit-db-bcrypt-auth-adapter

Forked BitDbBcryptAuthAdapter from cabrilo/BitDbBcryptAuthAdapter to put create a composer package for it

dev-master 2015-12-15 17:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:13 UTC


README

THIS REPOSITORY WAS FORKED FROM https://github.com/cabrilo/BitDbBcryptAuthAdapter.

IT WAS FORKED FOR THE PURPOSE OF CREATING A COMPOSER PACKAGE FOR IT.

PLEASE REFER TO THE LINK ABOVE FOR ANY FURTHER INFORMATION.

COMPOSER INSTRUCTIONS

Include the following line into your composer.json require. "velixir/bit-db-bcrypt-auth-adapter": "dev-master" DON'T RUN THE FOLLOWING COMMAND AS IT WOULD INSTALL THE PACKAGE INTO THE WRONG DIRECTORY. composer require velixir/bit-db-bcrypt-auth-adapter dev-master

In order to install the package into the right directory, add the following line at the end of your composer.json "extra": { "installer-paths": { "vendor/BitDbBcryptAuthAdapter": [ "velixir/bit-db-bcrypt-auth-adapter" ] } }