시스템 환경: 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
omposer global require "laravel/installer=~1.1"
laravel new site
위 내용은 관련 내용을 포함하여 Laravel 설치 기록을 소개한 내용입니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.