下載地址http://down.golaravel.com/laravel/laravel-v5.2.15.zip
服務器配置
---
1.apache
*配置 ?httpd-cong:php5_module ?rewrite_module
Lister
配置extra/httpd-vhost:端口 ?站點 ?域名
系統(tǒng) hosts:將域名指向本地
重啟apache
修改文件權限 ? vendor ? ? ? ? storage
sudo chokmod -R 0777 vendor storage
2.Nginx
*配置 ?nginx.conf:端口 ? 站點 ?域名 ?默認首頁
* ?localtion~\.php${
? ? ? ? fastcgi_pass 127.0.0.1:9000;
? ?}
location {
? ? ?try_files $uri $uri/ /index.php?$query_string;
? }
*系統(tǒng) hosts:將域名指向本地
重啟nginx ? ? pkill -HUP nginx平滑啟動
修改文件權限 ? vendor ? ? ? ? storage
.env
key ? 最好在config ?/app.php ?在設置一邊 ?一樣的 ? 提高穩(wěn)定性