> 백엔드 개발 > PHP 튜토리얼 > Install laravel 5 on ubuntu server

Install laravel 5 on ubuntu server

WBOY
풀어 주다: 2016-06-23 13:25:32
원래의
835명이 탐색했습니다.

Install laravel 5 on ubuntu server

http://laravel.io/forum/06-10-2015-solved-install-laravel-5-on-ubuntu-server

https://www.digitalocean.com/community/questions/how-to-install-laravel-5-on-ubuntu-nginx-server    

https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-nginx-web-server-on-ubuntu-14-04           

Hello,I'm trying to learn how to use laravel, but I am encountering a problem with the installation.I'm trying to install laravel on ubuntu server, so I:

1) Installed basic LAMP-stack

2) installed openssl and mcrypt:

sudo apt-get install opensslsudo apt-get install php5-mcryptsudo php5enmod mcrypt
로그인 후 복사

3) Installed composer:

curl -sS https://getcomposer.org/installer | phpsudo mv composer.phar /usr/local/bin/composer
로그인 후 복사

4) Went to my html folder and created a new laravel project using composer:

cd /var/www/htmlcomposer create-project laravel/laravel --prefer-dist
로그인 후 복사

5) Added write permission s to the storage folder:

sudo chmod 777 /var/www/html/laravel/storage
로그인 후 복사

Now when I launch a browser and navigate to localhost/laravel/public a see a blanc page.

Also, Error reporting in php.ini is set to E_ALL.

I'm really struggling for quite some time now..Can someone help me with this? What am I missing?

Thanks!



원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿