Top "Laradock" questions

For issues relating to the laradock Docker PHP development environment.

FIle could not be opened in append mode: failed to open stream: Permission denied laradock

I'm setting up laradock (Setup for Multiple Projects) following the official documentation from the Laradock in my local machine. After …

laravel docker docker-compose dockerfile laradock
Fails to initialize MySQL database on Windows 10

Using Laradock System Info: Docker version: 17.10.0-ce, build f4ffd25 OS: Windows 10 Home When I run docker-compose up -d mysql …

mysql docker laradock
how to diagnose 404 not found error nginx on docker?

I'm trying to make working out laradock (docker+laravel) following: https://github.com/LaraDock/laradock instructions I installed docker + cloned …

laravel docker nginx laradock
Laradock: how to enable/install php7 ldap support extension?

I have set up docker with laradock. I'm using the following package "adldap2/adldap2-laravel": "^2.1" I get the following error: …

php laravel docker ldap laradock
Curl connection refused between applications on Docker container

I have a website (ZF1) and an API (Laravel) running on the same Docker (Laradock) container. I can access each …

php apache curl docker laradock