I Could not host my Laravel App on server?

我是研究僧i 提交于 2020-11-30 00:18:25

问题


i hope you can help me with that stuff

so i completed a client's laravel app and tried to host it on the client's server but it was not working , it was showing the error


End of script output before headers: index.php 

i hope you help me solve the problem

Server is Runing on CentosLinux Os:

Apache v : 2.4
php v : 7.2
Mysql v :10.1

My Application is Built on : Laravel Framework v7.2


回答1:


Laravel 7 needs php >= 7.2.5

Take a look to the server requirements in Laravel 7 docs



来源:https://stackoverflow.com/questions/63979156/i-could-not-host-my-laravel-app-on-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!