简体   繁体   English

Laravel - 从本地上传后的白页

[英]Laravel - White page after uploading from local

I uploaded my Laravel project from my local WAMP server to my web server. 我将Laravel项目从本地WAMP服务器上传到我的Web服务器。

Now I'm getting a white site. 现在我得到一个白色网站。

I already changed the the URL in /app/config/app.php but still getting a white site. 我已经更改了/app/config/app.php中的URL,但仍然获得了一个白色站点。 All files belong the FTP user ( 508/508 ). 所有文件都属于FTP用户(508/508)。

I've a server based on cPanel / Apache / PHP 5.4 / Centos. 我有一个基于cPanel / Apache / PHP 5.4 / Centos的服务器。

添加写入权限到您的app/storage文件夹 - laravel需要在此路径中存储会话,查看等数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM