Laradock: Blank pages

Created on 11 May 2017  路  1Comment  路  Source: laradock/laradock

Info:

  • Docker version ($ docker --version):
Client:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Wed Oct 26 23:26:11 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Wed Oct 26 23:26:11 2016
 OS/Arch:      linux/amd64
  • Laradock commit ($ git rev-parse HEAD): ac895209f0cf9f4591f0780a715ec4ada84ed2d7 run inside laradock folder
  • System info (Mac, PC, Linux): Mac
  • System info disto/version: 10.12.3

Issue:

What seems to be going wrong?

I see just white pages. docker logs returns this

PHP message: PHP Fatal error:  require(): Failed opening required '/var/www/soccer/bootstrap/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/soccer/bootstrap/autoload.php on line 17" while reading response header from upstream, client: 172.20.0.1, server: soccer.dev, request: "GET / HTTP/1.1", upstream: "fastcgi://172.20.0.4:9000", host: "soccer.dev"

I'm trying to run multiple sites/projects on a existing laravel project. I just create the folder structure described on the docs:

$ tree -L 1
.
|-- laradock
`-- soccer

2 directories, 0 files

Most helpful comment

Solved it. I missed run composer install

>All comments

Solved it. I missed run composer install

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sixlive picture sixlive  路  3Comments

mikeerickson picture mikeerickson  路  3Comments

SamAriafar picture SamAriafar  路  3Comments

IgorDePaula picture IgorDePaula  路  3Comments

sudden-break picture sudden-break  路  3Comments