Skip to content

Tag: docker

Docker and Laravel 8 migrate issue

I’ve followed this tutorial docker tutorial and it is an awesome tutorial by the way. Installed an 8 Laravel version and when I tried to run PHP artisan migrate, this problem came out: And I guess this is linked to Laravel 8 when running into a Docker environment. Let’s see the docker-compose.yaml…