以前安裝larabel框架一直報錯php
Writing lock filehtml
Generating autoload fileslaravel
Mcrypt PHP extension required.composer
Script php artisan clear-compiled handling the post-install-cmd event returned with an error框架
緣由:post
提示php的mcrypt擴展沒有安裝可是查看phpinfo中有ui
想到到mac自帶了php致使的spa
處理方法:htm
which php 查看phpip
mv /user/bin/php /user/bin/php.old
sudo ln /Applications/MAMP/bin/php/php5.4.19/bin/php /user/bin/php
composer create-project laravel/laravel learnlaravel 4.2.11
安裝文檔
http://www.lvwenhan.com/laravel/398.html