Great tutorial! Best one I've seen on this so far, actually. Thank you!
@MatthewPennell2 ай бұрын
Excellent, clear tutorial - so much easier than fighting with PHP versions on Ubuntu with WSL.
@nwokolobueze729110 ай бұрын
You just won a free subscriber :) This tutorial was all I needed to solve a puzzle I had.
@clemsabarias31915 ай бұрын
Great tutorial! I was stuck with the mysqli dependency error and you are the only one who managed to find the way. This is a great method as now i can update anything like the way things done when not using Docker
@TankTheTanker55 ай бұрын
Bro, you saved my final project, really really thank you. You explain very very well, and i hope you still make quality content like this. Keep it up!
@thiagofraga1280 Жыл бұрын
1:50 funny bro. btw recently I'm using docker more than any other tool because of easy configurations like that. really good
@70630515 Жыл бұрын
I'm a new to docker, thanks for you tutorial. this makes me figure out that what docker is...
@anilprz Жыл бұрын
One of the BEST tutorial I have found. Thank you so much.
@mrjoehimself5 ай бұрын
Well done! You have a great nack for these tutorials, and a great speaking voice, keep it up!
@mouaadibnelaryf68489 ай бұрын
thanks man, this was very helpful, i wish i could've found your tutoriel earlier, it would have saved me a from a lot of struggle
@xRorkrАй бұрын
a doubt, if you work on the development of a web site with docker, every time you make a change in some of the views, or code, you have to update the whole image again?
@philippstobe7462 Жыл бұрын
Thank you for the video, exactly what we needed. You explained it so well :)
@wlliammello69192 ай бұрын
Excelente tutorial! Ajudou bastante. Mas, como faria pra instalar o mysqli já no momento que o container php sobe ? sem a necessidade de fazer isso manualmente ?
@Salamaleikum80 Жыл бұрын
One thing feels off. Why do you need to "install" mysqli every time docker runs the image?
@ShayanKhan-te5zv8 ай бұрын
how did you installed it? I'm new to docker and didn't get it
@SohaibShaheen2 ай бұрын
Amazing Work... really easy to follow
@darkvanguard925 Жыл бұрын
Thanks dude! Great tutorial this really helped me a lot!
@kulwanthsai762324 күн бұрын
Nice explanation ❤
@MuhammadImran-hw8hy10 ай бұрын
Very nice and detailed tutorial.
@krstech1269 Жыл бұрын
Thank you for resolving fatal error mysqli.
@yordan.2 ай бұрын
great turorial, thank you
@ozodbekjuraev926810 ай бұрын
thank you so much, I leant a lot from you today
@jojob_clips2698 ай бұрын
Just saw this. thanks for this!
@TahaBolat-sn6ib3 ай бұрын
You are a legend
@AnthonyEmacs11 ай бұрын
Excellent tutorial
@TheJvorte4 ай бұрын
just perfect! thanks!
@hozay65524 ай бұрын
After I recompose the container, will I have to reinstall the `sqli` package again?
@DevMe-f5v5 ай бұрын
thanks it works, i just want to know how to add extension when in docker yml file?
@ahmedalturkmani6228 ай бұрын
My friend, when I wrote docker-compose up in the terminal I got no configuration file provided: not found what should I do?
@car220811 ай бұрын
Fantastic job!
@AliceCharade8 ай бұрын
Thank you so much :) you really helped me out
@linesave754son2 Жыл бұрын
thank you very much friend from peru
@lsd45764 ай бұрын
Really helpful!👏
@edmoremusvibe8480 Жыл бұрын
Thank you so much, keep up the good work
@ddobren511 ай бұрын
Nice, but why htaccess doesn't work. How do I fix it?
@AintLoose_60 Жыл бұрын
do we have to manually install mysql cli is there a docker image php-apache-mysqlcli that has already included
@Abdulrahman-Mohamed Жыл бұрын
thanks buddy vey much hope you make more similar videos🥰🤙👍👍
@karuifeather Жыл бұрын
everything works as shown but do you know how to get live reload working for this dev setup?
@enterb7643 Жыл бұрын
very useful, thank you!
@rashmirsd8 ай бұрын
Can we have this setup done with DevContainers in vscode ?
@X-factor610 ай бұрын
really awsome video
@darrenedward95038 ай бұрын
would it not be easier to save the mysql data directory to localhost via volume, or am i missing something? ps: newbie to docker
@CENTRALFCP9 ай бұрын
great video, thanks a lot :)
@文浪子9 ай бұрын
thanks for your help.
@ripplesr5655 Жыл бұрын
Great walkthrough. Nowhow do you deploy this on remote host?
@beticohernandez95363 ай бұрын
Como seria un crud por ejemplo
@gowiththeprogram Жыл бұрын
Can this be used in production to host my own website? Also, will you please talk about SSL?
@tobbeeleeto Жыл бұрын
Awesome tutorial! What if i dont want to write the "docker-php-ext-install mysqli" command every time i start up my container - can i use a dockerfile for this ? and then where to put it and what should i write in it ?
@ArnoBarzan Жыл бұрын
Yes, create a Dockerfile and add the following: FROM php:8.2-apache RUN docker-php-ext-install mysqli RUN service apache2 restart Then replace 'image: php:apache' with 'build: .' in the yml file (if the Dockerfile is in the same directory as the yml-file).
@AlfComputing-dl2xv4 ай бұрын
@@ArnoBarzan Livesaver of a comment
@mortezarostami3287 Жыл бұрын
great job!!
@srishtiv424 Жыл бұрын
It was a great Tutorial
@ricardodelacrvz1400 Жыл бұрын
Im trying to dockerize a php mysql application thats i already done. Tho I didnt use any mysqli queries in my app. I used only PDO globals all around. Do I have to change the last part to a different method instead of mysqli to a pdo? I really have to read the doc on that. Thank you tho.
@monsterteddy787 Жыл бұрын
What about when we have multiple php files. ??
@dtb80082 жыл бұрын
Would I be able to have read and write permissions to create new files for example with this docker setup?
@АлексейМалеванов-б9п2 жыл бұрын
I from Russia. Thank you, bro)😘
@ShayanKhan-te5zv8 ай бұрын
class "mysqli" not found
@stormybear49862 ай бұрын
You kept saying you were pressing "control save" on your keyboard My windows 10 keyboard doesn't have a save button.
@enryunto80872 ай бұрын
CTRL + S
@hasanmougharbel80302 жыл бұрын
Hey there, glad to meet you again with another enquiry. Is there any approach or tools through which i can design sql applications that is simultaneously compatible with both Mac and windows systems. The application is not tied to a website but it is an application to be placed over a network in a company (client-server relation network). Thanks for giving me any advice on this.
@sultansabdopandito7765 ай бұрын
Terimakasih banyakk
@Rin-zv7zv3 ай бұрын
Thanks
@gandal_ Жыл бұрын
Thank you
@naveenbisht46273 ай бұрын
Cool.
@QubitTechnologies Жыл бұрын
good one.
@Gery-zg7ky8 ай бұрын
bro thank you
@shadeis92764 ай бұрын
Unfortunately this tutorial only works if you want to run it on your device or others' device through localhost, you can't deploy it to a remote host. :(
@shadeis92764 ай бұрын
If anyone is trying to deploy a full-stack PHP, MySQL, and Apache Web, refrain from using Docker if you don't have a solid understanding of it. I found this playlist of tutorials to deploy it through a Linux VM (DigitalOcean droplet). This is better if you are a beginner. www youtube com/playlist?list=PL4apNHBRJVlQ56Pj3BS2CfxhavTAV3MLd
@pikazap6672 Жыл бұрын
Maybe I will need something more than notepad.. I guess?
@cbbcbb68032 жыл бұрын
It looks like you are using windows.
@valeriakoss28599 ай бұрын
i'm working on macos and got a "failed opening required '/var/www/html/index.php' " issue after opening on a localhost:80
@nrftnmsyra8 ай бұрын
hii, may i ask did you manage to solve the problem? because i need the solution for this. i also encountered the same problem