【问题标题】:Bcrypt hashing not supported with Laravel 4 and PHP 5.3.6 in MAMP 2.0.1MAMP 2.0.1 中的 Laravel 4 和 PHP 5.3.6 不支持 Bcrypt 散列
【发布时间】:2013-06-16 12:35:32
【问题描述】:

我正在尝试使用 Laravel 执行以下行,

Hash::make('asdqwe');

但它失败并出现此错误:

Bcrypt hashing not supported.

我检查了我的php.iniextension=mcrypt.so 已启用,phpinfo() 会显示:

有什么想法吗?谢谢

【问题讨论】:

    标签: php laravel mcrypt


    【解决方案1】:

    Laravel 4 至少需要 PHP 5.3.7 并安装了 MCrypt 扩展

    来源:http://laravel.com/docs/installation#server-requirements

    【讨论】:

      猜你喜欢
      • 2014-08-02
      • 2013-12-06
      • 2013-10-16
      • 2013-04-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-10
      • 1970-01-01
      相关资源
      最近更新 更多