robclancy/laravel4-hashing
Composer 安装命令:
composer require robclancy/laravel4-hashing
包简介
Package for when you can't use Bcrypt in Laravel 4.
关键字:
README 文档
README
Package for when you can't use Bcrypt in Laravel 4. This drops the minimum PHP version for Laravel 4 to 5.3.2.
Installation
Download with composer
Add the following to the "require" section of your composer.json file:
"robclancy/laravel4-hashing": "1.0.x"
Then run composer update like usual.
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.
That's it, you are now using Sha512 hashing and compatible with PHP 5.3.2+
统计信息
- 总下载量: 1.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 30
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: DBAD
- 更新时间: 2013-05-27