Let's learn to dockerize Laravel app from scratch (With NGINX, PHP8, PostgreSQL)

preview_player
Показать описание
In this video we will learn to speed up / optimize the local laravel app development using docker from scratch without using Laravel Sail / LaraDock. We will be dockerizing a sample Full Stack Laravel 8, Vue 3 app which uses typescript. By the end of the video we will be able to speed up our local development process and learn how can we run composer and laravel commands from inside the container without having installed any requirements on our local machine.

We will be using Nginx, PHP8, Postgresql, vue 3

#dockerizeLaravel
# laravel8
#dockerization
#vueTypeScript
Рекомендации по теме
Комментарии
Автор

Great tutorial but it seems that your POV is somehow zoomed a little, I think it's better if we can clearly see everything. Thanks

aidylmaesarsate
Автор

Amazing tutorial thank you, it was really easy to understand the concepts.

gaming
Автор

Nice article. Today I learned about to configure docker in laravel.

madhusudhansubedi
Автор

I was struggling with a problem for some hours now. I didn't rebuild docker compose. Thank you sir!!!

michailalexandrossavvanis
Автор

Really amazing tutorial. Thank you for the video.

KiyoshiBasnet
Автор

I want to do this but with Ubuntu as core image then nginx and php on it which run the container need help

VishalRana-ixry
Автор

please you may remove the background noise music in your next videos, thank for the tutorial

nano
Автор

What if I want to run 2 differnt docker containers, would they both use port 8000?

tim.bogdanov
Автор

great job but that music makes it difficult to concentrate

farrukhjonnazriev
Автор

Please what is the name of the database connection?

lenovow
Автор

The last thing when you use composer install and php artisan migrate

those comands we can put in Dockerfile ?

Jefferson
Автор

I am having some issues on connection via database The specified database user/password combination is rejected: [28000] FATAL: role "root" does not exist

bernardchisumo
Автор

at what point in this video did you actually create the root laravel project?

karlkrasnowsky
Автор

good tutorial but background music is so distracting

ricko
Автор

nginx: [emerg] host not found in upstream "php" in

hekmatyar
Автор

I followed the way you did it, . But, it was throwing this error "The stream or file could not be opened in append mode: Failed to open stream: Permission denied"

abdullahijimoh