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
1 answer

Laradock + Webpack + Hot-reload

What is your workplace? Hello, I would like to ask what is your approach to developing the frontend and backend simultaneously? I am into Webpack, but, what to do when I want to edit framework? Do I need to run webpack in or out of the box? Is it…
Alenn G'Kar
  • 123
  • 12
0
votes
1 answer

laradock submodule empties when I switch git branches

I'm working on a pre-existing Laravel project hosted on github and I've set up my development environment with laradock. I cloned the laradock repo on my project root using git submodule add https://github.com/LaraDock/laradock.git When I switch to…
ellcub
  • 601
  • 5
  • 9
0
votes
1 answer

After Moving Laravel directory to parent, can't see files on Laradock workspace

After installing laradock on a laravel folder and setup the workspace I have moved all the directory to parent directory directory from > parent/laravelproject/{project files} parent/laravelproject/laradock/{laradock files} changed to > parent/…
Hesham Watany
  • 300
  • 3
  • 20
0
votes
1 answer

Docker and microservices

I am developing a system using microservices, for myself to learn new technology. One service on php (laravel) + postgres, the other on nodejs (express) + mongo, and another on php (symfony) + with other postgres server, I want to wrap all of this…
ConorHolt
  • 281
  • 5
  • 17
-1
votes
1 answer

Error building new workspace using docker-compose when running "apt-get update -yqq"

I am setting up a new project using Laradock in Ubuntu 18.04. I verified that docker-compose is correctly installed and that the images were downloaded correctly. When running $ sudo docker-compose up -d mysql nginx phpmyadmin redis php-worker It…
-1
votes
1 answer

Docker can't connect to mysql

Hi i am new to laradock so i have couple of questions. First i can't connect to my sql What i did sudo docker-compose up -d apache2 mysql workspace got this when i do sudo docker ps CONTAINER ID IMAGE COMMAND …
Ambulance lada
  • 311
  • 1
  • 2
  • 14
-1
votes
1 answer

Laradock in laravel got py error

I use laradock to up my laravel but I got an error if I use docker-compose ps this is the error But I dont have/use a python file in my laravel EDIT docker-compose version docker-compose version 1.21.1, build 7641a569 docker-py version:…
-1
votes
1 answer

laradock can't run shell_exec('git pull')?

This is the first time to add a gitlab webhook in my laravel application running in laradocker. First, run docker up: docker-compose up -d nginx redis mysql Second, add webhook in my gitlab project point to laravel website…
林奇海
  • 9
  • 1
-2
votes
1 answer

How do I connect to a LAN machine service such as redis?

I created two containers php-fpm and nginx My native IP is 192.168.1.12 I want the php-fpm container to connect to the redis service provided by one of the machines on the LAN php-fpm container IP is 172.25.0.4 nginx container IP is…
sowork
  • 1
  • 1
  • 4
-3
votes
1 answer

Do I have better performances on a VPS or shared hosting offers?

Its about a long time that I'm asking my self this question but I've never had a truly response. Most of time people tell that it depend on the language and the usage of the website. From now I'm using a sharing hosting from OVH but I would want to…
Frost
  • 144
  • 1
  • 11
1 2 3
18
19