系統環境:ubuntu-14.10-server-i386(32) LAMP 系統預設安裝
根據:http://laravel.com/docs/5.1 官方文檔,準備透過Composer 安裝
1、安裝Composer . :https://getcomposer.org/download/
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
2.1、下載依賴檔案
在這個過程中遇到: -bash: laravel: command not found。
omposer global require "laravel/installer=~1.1"