Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
laravel在主机上不工作_Laravel_Hosting - Fatal编程技术网

laravel在主机上不工作

laravel在主机上不工作,laravel,hosting,Laravel,Hosting,你好,世界,我刚刚在本地主机上完成了laravel web的开发,一切正常,但当我在webhostface.com上预订主机时,我有两个问题,一个是错误 file_put_contents(D:\web\API\storage\framework/sessions/r62WPTDKAhf5shlupWGhJzMv5U9BtEdzxrKYaGN5): failed to open stream: No such file or directory 问题是 Class 'Illuminate\Vi

你好,世界,我刚刚在本地主机上完成了laravel web的开发,一切正常,但当我在webhostface.com上预订主机时,我有两个问题,一个是错误

file_put_contents(D:\web\API\storage\framework/sessions/r62WPTDKAhf5shlupWGhJzMv5U9BtEdzxrKYaGN5): failed to open stream: No such file or directory
问题是

Class 'Illuminate\View\Factory' not found

知道我已确保所有项目文件都已启动,并且没有文件丢失

在live server上部署/上载之前删除每个缓存
php artisan优化:清除
php artisan配置:清除
php artisan缓存:清除
我是否删除文件并再次上传,上传前是否删除缓存?我有两个问题。您是否将整个laravel项目复制并粘贴到服务器上?服务器是否在Linux操作系统下工作?是的,我会将项目中的所有文件复制到服务器…是的,服务器在Linux操作系统上工作,但在我的本地系统中,我使用windows操作系统