Build a Full Stack Web App in PHP and MySQL with Docker from scratch!

I walk through how to create a full stack web application in Php with a MySql database by running Docker containers. I show how to modify the docker-compose.yml file to define the images and configuration settings needed to run your web app.
GitHub repo link: github.com/vastevenson/php-do...
Credit: Adam Thomas • Setting up a LAMP Stac...

Пікірлер: 64

  • @Salamaleikum80
    @Salamaleikum80

    One thing feels off. Why do you need to "install" mysqli every time docker runs the image?

  • @ricardodelacrvz1400
    @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.

  • @shadeis9276
    @shadeis9276

    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. :(

  • @pikazap6672
    @pikazap6672 Жыл бұрын

    Maybe I will need something more than notepad.. I guess?

  • @ddobren5
    @ddobren5

    Nice, but why htaccess doesn't work. How do I fix it?

  • @hozay6552
    @hozay6552Күн бұрын

    After I recompose the container, will I have to reinstall the `sqli` package again?

  • @cbbcbb6803
    @cbbcbb6803 Жыл бұрын

    It looks like you are using windows.

  • @gowiththeprogram
    @gowiththeprogram Жыл бұрын

    Can this be used in production to host my own website? Also, will you please talk about SSL?

  • @clemsabarias3191
    @clemsabarias3191

    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

  • @ahmedalturkmani622
    @ahmedalturkmani622

    My friend, when I wrote docker-compose up in the terminal I got no configuration file provided: not found what should I do?

  • @ChristopherStetson
    @ChristopherStetson Жыл бұрын

    Great tutorial! Best one I've seen on this so far, actually. Thank you!

  • @anilprz
    @anilprz Жыл бұрын

    One of the BEST tutorial I have found. Thank you so much.

  • @TankTheTanker5
    @TankTheTanker5

    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!

  • @philippstobe7462
    @philippstobe7462

    Thank you for the video, exactly what we needed.

  • @mrjoehimself
    @mrjoehimself

    Well done! You have a great nack for these tutorials, and a great speaking voice, keep it up!

  • @nwokolobueze7291
    @nwokolobueze7291

    You just won a free subscriber :) This tutorial was all I needed to solve a puzzle I had.

  • @mouaadibnelaryf6848
    @mouaadibnelaryf6848

    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

  • @70630515
    @70630515

    I'm a new to docker, thanks for you tutorial. this makes me figure out that what docker is...

  • @darkvanguard925
    @darkvanguard925

    Thanks dude! Great tutorial this really helped me a lot!

  • @MuhammadImran-hw8hy
    @MuhammadImran-hw8hy

    Very nice and detailed tutorial.