Questions tagged [laradock]

Laradock is a development environment for PHP applications on Docker

Laradock is a full PHP development environment for Docker.

It supports a variety of common services, all pre-configured to provide a ready PHP development environment, such as database engines, cache engines, and application containers.

Resources:

280 questions
0
votes
0 answers

I need make a post request to laradock api. Post on postman works but in curl don't

I've tried get some response on laradock application, with POST on postman with the same url and works but with curl don't i've alredy tried change the port, my ip/localhost but nothing works. if i change url to localhost:port/xxx don't work, i get…
0
votes
1 answer

Use Wkhtmltopdf on Laradock

I have downloaded Laradock. Now I want use WKHTMLTOPDF and I have installed in my app Snappy and https://github.com/h4cc/wkhtmltopdf-amd64 for the binary. But if I try for example: ./wkhtmltopdf-amd64 http://google.com google.pdf I receive this…
LorenzoBerti
  • 6,704
  • 8
  • 47
  • 89
0
votes
1 answer

I can't get mysql and phpmyadmin to work with Laradock, I have all options recommended here

I have tried several option and much confused with setting up mysql connection with Laradock. I changed the mysql version to 5.7 and 5.6 interchangeably and still receiving errors. Each time I receive Illuminate\Database\QueryException :…
Payne
  • 543
  • 2
  • 12
  • 32
0
votes
0 answers

How to fix problem with exec workspace bash in docker

I'm using docker-compose exec workspace bash and after that I have error with permission denied. I can't understand, where is this file and what I need to do. So, you can see this trouble :
0
votes
0 answers

Docker - Laradock & React does not load live changes

I'm using a Macbook Pro with "macOS Mojave". I have installed a Laravel project using Laradock (I followed their documentation for multiple projects installation), an recently I have installed a Laravel project with React but if I change something…
codi05ro
  • 139
  • 1
  • 2
  • 16
0
votes
0 answers

how can i solve this error when i install docker toolsbox for my windows?

I installed dockertools box in Windows 7, and i get error message after run it. the error like this what can i do for fix this? thanks
0
votes
0 answers

laradock refer to workspace directory path

I have successfully installed Prince via the docker-compose.yml and I see the path + executable I need inside my workspace container but calling it out a number of ways in my Laravel .env will not find that path. In order to use prince I need to…
caro
  • 863
  • 3
  • 15
  • 36
0
votes
1 answer

How do I get LaraDock to use yum instead of apt-get?

I am trying to setup a container using laradock with the following command: docker-compose up -d nginx mysql The problem is I am getting the following error: E: There were unauthenticated packages and -y was used without…
Kevin Pimentel
  • 2,056
  • 3
  • 22
  • 50
0
votes
0 answers

How to deploy Laravel application on Kubernetes using docker and GitLab?

I am having this laravel application which I need to deploy on Kubernetes. I am using laradock in my app to facilitate docker, using gitlab for version controlling and CI/CD operations. It will be great if someone provide me sort of roadmap to…
0
votes
1 answer

Ioredis with Laradock redis container Connect Timeout

I have an App built on Laravel. I'm using Laradock and I'm trying to use Redis container, but I have a problem with connection. With the command: docker inspect laradock_redis_1 I can see that: "IPAddress": "172.22.0.2", By In my frontend I'm…
LorenzoBerti
  • 6,704
  • 8
  • 47
  • 89
0
votes
1 answer

Laradock deploy on Google App Engine not working

I'm trying to deploy my new Laravel project to Google App Engine, however it fails saying "PHP extension bcmath is missing". I use Laradock so I can have my project running in a Docker container. Here's Google Cloud's end of the log: Step #1:…
0
votes
1 answer

Nginx Docker Web Server behind Corporate proxy

I've gone through the various questions here and I can't seem to get this working. I have a ubuntu server running docker. I have laradock which has a lot of options on running a web server, sql server, php, etc. This ubuntu server is behind a…
PiotrG
  • 743
  • 6
  • 24
0
votes
2 answers

How to fix bin/sh: can't create /etc/sysctl.conf: Permission denied when running docker-compose?

I intended to use Laravel and I wanted to use laradock. After some successful setup processes. I meant to run docker-compose up but I got this error Building ide-theia Step 1/3 : FROM theiaide/theia ---> 40a7b9da8cae Step 2/3 : LABEL…
fsevenm
  • 791
  • 8
  • 19
0
votes
0 answers

"Bind address needs a port" running docker-compose to start containers

$ andrzej@andrzej-Latitude-E6230:~/Desktop/Projects/laradock$ docker-compose up -d mysql caddy workspace Traceback (most recent call last): File "/usr/bin/docker-compose", line 11, in load_entry_point('docker-compose==1.17.1',…
0
votes
1 answer

ZipArchive not found when using php-worker form laradock

Basically I've this package which internally uses ZipArchive I've set up the flag PHP_FPM_INSTALL_ZIP_ARCHIVE=true for my php-fpm container The package works as expected when I launch php artisan log:archive command inside my workspace container…
ExoticSeagull
  • 1,547
  • 25
  • 46