Run Laravel in Docker in 5 minutes

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Nice. Just had to upgrade my PHP to 7.3-fpm since laravel was complaining.... Worked real fine.

satishvis
Автор

Composer also get installed but i got 403 forbidden

coocasualvibes
Автор

Am getting ERROR: Service 'app' failed to build : Build failed

teddy
Автор

For some reason, I'm not seeing MySQL image when running docker ps. I've followed everything here step by step with my existing project, what am I doing wrong?

nonequivalence
Автор

volumes:
- dbdata:/var/lib/mysql
# -
# -

issue with these lines in windows 10

hassanabbasi