2017 © Pedro Peláez
 

library laravel4-hashing

Package for when you can't use Bcrypt in Laravel 4.

image

robclancy/laravel4-hashing

Package for when you can't use Bcrypt in Laravel 4.

  • Friday, February 28, 2014
  • by Robbo
  • Repository
  • 1 Watchers
  • 34 Stars
  • 1,730 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Laravel4-Hashing

Package for when you can't use Bcrypt in Laravel 4. This drops the minimum PHP version for Laravel 4 to 5.3.2., (*1)

Total Downloads Build Status License, (*2)

Installation

Download with composer

Add the following to the "require" section of your composer.json file:, (*3)

    "robclancy/laravel4-hashing": "1.0.x"

Then run composer update like usual., (*4)

Add the new service provider

Go into app/config/app.php and find Illuminate\Hashing\HashServiceProvider. Change Illuminate to Robbo. So it will then be Robbo\Hashing\HashServiceProvider., (*5)

That's it, you are now using Sha512 hashing and compatible with PHP 5.3.2+, (*6)

The Versions

28/02 2014

dev-master

9999999-dev

Package for when you can't use Bcrypt in Laravel 4.

  Sources   Download

dbad

The Requires

 

The Development Requires

by Avatar Robbo

laravel password hashing

28/02 2014

dev-develop

dev-develop

Package for when you can't use Bcrypt in Laravel 4.

  Sources   Download

dbad

The Requires

 

The Development Requires

by Avatar Robbo

laravel password hashing

28/02 2014

1.0.0

1.0.0.0

Package for when you can't use Bcrypt in Laravel 4.

  Sources   Download

dbad

The Requires

 

The Development Requires

by Avatar Robbo

laravel password hashing