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

Laradock lost data (mysql)

I deployed two laravel projects on Laradock but sometime ago (about 2-3 days). Now, my databases on mysql are lost! My server is AWS EC2, and I didn't shutdown or stopped laradock. Is it a bug or did I missing anything? Update: My Mysql…
leehuwuj
  • 149
  • 1
  • 2
  • 6
0
votes
1 answer

Laradock - Running Redis queues with Supervisor throwing the error - Call to undefined function Moontoast\Math\bcadd()

I'm running a Laravel project on Laradock. I have a Job class that handles a Notification class that sends mail. The Job uses Redis for the queue driver and everything is well set up I have Supervisor all set up and working. Below is my .conf file…
suo
  • 599
  • 7
  • 25
0
votes
2 answers

FacebookAds\Exception\Exception, Code: 35: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to graph.facebook.com:443

Seemingly out of the blue (i.e. I haven't edited code recently), I've started receiving a lot of these error messages in my cron jobs in the past couple days: FacebookAds\Exception\Exception, Code: 35: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in…
Ryan
  • 22,332
  • 31
  • 176
  • 357
0
votes
0 answers

composer autoloading file does not work in laradock

I am trying to autoload a helpers.php file in my laravel application. This is my composer.json file: "autoload": { "psr-4": { "App\\": "app/" }, "classmap": [ "database/seeds", "database/factories" ], …
Stack crawler
  • 369
  • 1
  • 4
  • 20
0
votes
1 answer

Laradock - Localhost not working on Windows 7 using Nginx

I have setup a laradock app on my local machine. I have followed the instructions as provided: http://laradock.io/ In addition to that as I am on Windows 7, and using Docker toolbox when access to localhost I get this error This site can’t be…
Fabregas Cesc
  • 19
  • 2
  • 9
0
votes
1 answer

Laradock FFMpeg in php-fpm container

Followed the docs to install FFMpeg in laradock. Seems to work fine with the workspace, however following the instructions for php-fpm does not. At first I thought it was permission thing however when I looked in the container it had not been…
Dean Collins
  • 233
  • 4
  • 13
0
votes
1 answer

Why does laradock use workspace container?

I'm using laradock to build environment for my project that is using laravel. Every is good but I don't understand why laradock uses workspace container separately with php-fpm. In other hand, I can build a docker-compose file with nginx, php-fpm,…
Viet HP
  • 53
  • 1
  • 6
0
votes
3 answers

cannot connect to laradock mysql container via phpmyadmin

I have cloned laradock inside my laravel application. Now, I am trying to set my environment up and running. I have built images for nginx, mysql, mariadb, phpmyadmin and etc. Now, my problem is with mysql (and actuallly mariadb, too). When I boot…
Stack crawler
  • 369
  • 1
  • 4
  • 20
0
votes
1 answer

What JavaServlet is used for the Solr Instace within Laradock?

i know that we use jetty as java servlet container on our staging/production servers but what is the java servlet container within laradock when it comes to solr? overall im only familiar with jetty/tomcat but those i cant find. we had to adjust the…
netzding
  • 772
  • 4
  • 21
0
votes
0 answers

How to fix when using EmailAddress as column name

I am using the default auth in Laravel 5.8 (using make:auth) but cannot get the Reset Password functionality to work. I have an existing Users table (yes Uppercase U!) which has EmailAddress as the username column name and I suspect this is part of…
Karma Kaos
  • 69
  • 13
0
votes
1 answer

Access to the storage folder in Laravel is impossible

I have Laradock on my MacBook. I make php artisan storage: link My website is this URL: http://project1.test My website upload files to storage/. When I open in browser: http://project1.test/storage/my-file-name.jpg I have error: 404 NOT FOUND How…
trafgs
  • 41
  • 3
  • 8
0
votes
1 answer

Laravel does not accept new database user in the .env file

I'm setting up my laravel dev environment using a different username. I don't want to use the root user to access my database. By the way, I'm using Laradock. So I'm not using the normal homestead credentials. If I use the new user, and run php…
Franz
  • 137
  • 1
  • 5
  • 16
0
votes
1 answer

Why can't I go to localhost using Laradock?

I'm getting error: This page isn’t working I ran the following command inside the Laradock directory yet it's not connecting when I go to localhost. docker-compose up -d nginx postgres $ docker ps CONTAINER ID IMAGE COMMAND …
Chris
  • 4,643
  • 6
  • 31
  • 49
0
votes
1 answer

Run two different projects in same VPS using Laradock

I am new in Docker. Me and my team decided to use Docker (Laradock) to run our application because we have a several project and using different specification. Imagine we have 2 different project and want to run in same time, we have init laradock…
Adi Sparta
  • 525
  • 2
  • 7
  • 23
0
votes
1 answer

How to backup database mongodb using laradock

I cannot backup the database. Framework: Laravel Database: Mongodb Environment: Laradock Package: spatie/laravel backup config/backup.php 'databases' => [ 'mongodb' ], Run command: php artisan backup:run Backup failed because The dump process…
TranDuc
  • 23
  • 1
  • 10