laradock Questions
3
I'm using laradock and I can access the page in browser http://localhost:8088/api/getakicks/get without any problems.
But when I try to access it in controller I'm getting this error:
GuzzleHtt...
7
I'm setting up laradock (Setup for Multiple Projects) following the official documentation from the Laradock in my local machine.
After installation I installed the laravel through workspace contai...
Alleviation asked 1/8, 2020 at 8:12
2
There are many posts out there and StackOverflow answers, but none has helped me solve this problem.
I am using Laradock for a Laravel app on a production server. The Laravel version is 7.24.0 on N...
Zygo asked 10/8, 2020 at 22:39
5
Solved
I am using the Laradock in my Laravel project for dockerizing with Nginx, Postgres, and Pgadmin. All the containers are running well but the Pgadmin is unable to do so. Here is my error log,
pgad...
Norvell asked 7/6, 2020 at 12:3
3
Solved
After installing Docker and Laradock on my Mac I'm trying to start the docker containers using the command:
docker-compose up -d nginx mysql phpmyadmin
I get the output:
Starting laradock_mysql_1 ...
4
My Laravel 5.7 website has been experiencing a few problems that I think are related to each other (but happen at different times):
PDO::prepare(): MySQL server has gone away
E_WARNING: Error whil...
Hefner asked 25/11, 2018 at 17:2
3
I created a fresh Digital Ocean server with Docker on it (using Laradock) and got my Laravel website working well.
Now I want to automate my deployments using Deployer.
I think my only problem is...
Otterburn asked 10/7, 2018 at 22:0
1
Solved
Thank you for reading !
When I did docker-compose upon laradock, I finally got an error like title.
Does anyone know the correct solution in this case?
Originally, I had that laradock, but I accid...
1
I'm in trouble with my laradock project: i have downloaded and installed docker and i have successfully completed the setup of my laravel project with laradock. I use php 7, laravel(5.5.14) and the...
Dicast asked 13/10, 2017 at 8:33
0
I'm trying to setup CI with GitHub Actions. My project is using docker & docker-compose (Laradock actually, but that does not matter). It is the first time I'm setting up a workflow/ action wit...
Conservatism asked 12/1, 2020 at 20:52
4
Solved
Using Laradock
System Info:
Docker version: 17.10.0-ce, build f4ffd25
OS: Windows 10 Home
When I run docker-compose up -d mysql I'm getting error. Following is the docker logs
[Note] Basedir set...
1
I am learning Laravel using its tutorial. I installed Laravel and the required stacks using LaraDock.
Nginx returns File not found when I go to the IP where the app is running. Below is my NGINX ...
2
Solved
Like most people who downvoted the sparse Docker docs page here and here, I'm confused by what docker-compose logs does.
When I run cd /apps/laradock/ && docker-compose logs -f nginx, I se...
Diphthong asked 1/9, 2018 at 15:13
0
Story:
I have built a docker image in my local which is laradock/workspace.
I can use the npm and node inside the docker image in my local.
I uploaded the same image at AWS EC2 Container and use it...
Brut asked 16/11, 2017 at 21:49
2
Hello there we am currently developing a Laravel application. I want all my team members to work locally so we decided to use Docker for our local development environment. I did a little research a...
1
Solved
I have set up docker with laradock.
I'm using the following package
"adldap2/adldap2-laravel": "^2.1"
I get the following error:
Call to undefined function Adldap\ldap_explode_dn()
Should I...
1
Solved
Using Laradock (basically a set og Docker images for Laravel development), I keep getting Class 'MongoId' not found FatalThrowableError errors when calling new \MongoId( $id ) in PHP.
This post Cl...
1
© 2022 - 2024 — McMap. All rights reserved.