IlluminateDatabaseQueryException: SQLSTATE[HY000] [2002] in file Illuminate/Database/Connection.php on line 678
I have Laravel installed on Mac using docker. I connecting to it with postman The method ge returns this error:
Continue readingDocker questions and answers
I have Laravel installed on Mac using docker. I connecting to it with postman The method ge returns this error:
Continue readingMy service is using RabbitMQ. To work with it, I installed this package https://github.com/vyuldashev/laravel-queue-rabbitmq . To work with this package,
Continue readingI setup up laravel project in docker but while doing a login i am facing this issue cURL error 7:
Continue readingI’ve hosted a laravel app on laradocks and I’d like to view the code while I edit it. Unfortunately, the
Continue readingI was able to get to localhost:8081 which loaded phpmyadmin when I installed laradock on Windows When I tried to
Continue readingThis is chunk of my docker-compose.yml: redis: image: redis:alpine container_name: foo_redis volumes: – ./docker/volumes/redis:/data restart: unless-stopped ports: – 6379:6379 networks:
Continue readingI am currently using Laravel Backpack and trying to setup the Admin Panel on a docker container. Currently, if i
Continue readingI have been trying for the last few days to set up Laravael for Docker on my WSL2 enabled machine.
Continue readingI’m new to docker and google cloud platform, i just want to get started on hosting my laravel + vuejs
Continue readingI’m running Docker to host a Laravel website, but running into a problem when migrating the database. The site I’m
Continue reading