$ 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
$ git rev-parse HEAD): ac895209f0cf9f4591f0780a715ec4ada84ed2d7 run inside laradock folderI 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
Solved it. I missed run composer install
Most helpful comment
Solved it. I missed run composer install