-1
我收到Laravel作曲家更新通常的問題。我正在使用最新的MAMP安裝,它似乎是使用MAMP php。 「這PHP」返回最新版本的Mcrypt擴展與Laravel更新MAMP錯誤
php: aliased to /Applications/MAMP/bin/php/php5.5.10/bin/php
然而,甲基苯丙胺的PHP的信息也顯示,mcrypt的運行,但是當我做了作曲家更新失敗的「作曲家更新」
Generating autoload files
Mcrypt PHP extension required.
Script php artisan clear-compiled handling the post-update-cmd event returned with an error
因此,沒有自動加載的文件被產生。怎麼修?
可能重複的問題http://stackoverflow.com/questions/16830405/laravel-requires-the-mcrypt-php-extension – Latheesan
您將需要爲php加載mcrypt擴展名 – lagbox
MAMP是否應該具有mycrypt擴展名運行?我如何在MAMP中加載它? – user1149547