我无法将 laravel 5.3 应用程序部署到服务器

I can not deploy laravel 5.3 app to server

我尝试了一种旧方法,例如将 server.php 更改为 index.php,然后 运行 应用程序,但我收到类似错误的错误。

The domain.com page isn’t working

domain.com is currently unable to handle this request.
HTTP ERROR 500

我正在使用 Godaddy 共享主机。server.php 在 laravel 5.3

中发生了变化
Also note that Laravel 5.3 now requires a PHP version of >= 5.6.4

驼峰式回答

Laravel 5.3 现在需要 >= 5.6.4 的 PHP 版本。来自文档:

You will need to make sure your server meets the following requirements:

  • PHP >= 5.6.4
  • OpenSSL PHP 扩展
  • PDO PHP 扩展
  • Mbstring PHP
  • 扩展分词器PHP扩展