简体   繁体   中英

Laravel 5.0 - Error by running composer install

On Ubuntu, when I clone my Laravel 5.0 project from GitHub and then hit "composer install", I get the following result:

在此输入图像描述

I can't see the .env file, but I tried copying .env file from other local project and then I get one error loading blade files using @include():

在此输入图像描述

I tried on Windows too, but is the same result, I notice when I do "git add --all" a warnning message is showed:

在此输入图像描述

I solved the problem, when I run "chmod -R 775 project_name", I had some views errors like:

在此输入图像描述

I fixed the problem changing view path from this "tickets\\partials\\status" to "tickets/partials/status". I never thought that was the problem, because on Windows run right with this: "tickets\\partials\\status".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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