Symfony 6 - Basic Tutorial: installation with Docker Environment Basic Tutorial

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 38

  • @denysbarzynskyi2494
    @denysbarzynskyi2494 2 місяці тому

    Thanks for awesome tutorial!!

  • @timezz
    @timezz 2 місяці тому +1

    Thank you for the tutorial. Your english is great by the way.

  • @thomasd_codes_eng
    @thomasd_codes_eng  Рік тому +9

    Welcome to my first Video. I hope you can work with my language.
    I want to start some series with Symfony 6. Do you have any wishes?

    • @fueuncrass
      @fueuncrass Рік тому +2

      Hello, thank you very much for the video, I want to learn how to use Symfony with Docker and this video has helped me. My language is Spanish, my English is not good but I could understand your English well.
      Once I manage to move my Symfony application to Docker I would like to be able to separate the containers by services.

    • @aygunkece3761
      @aygunkece3761 Рік тому +2

      It would be good if you explain how to use twig with symfony.

  • @happymalyo_
    @happymalyo_ 9 місяців тому +1

    Thank you for this great tutorial bro. Well organized and helpfull for any Docker beginner or even medium level

  • @abastosdiego
    @abastosdiego 9 місяців тому +1

    Very good! It was what I was looking for!

  • @Poegim
    @Poegim 9 місяців тому +1

    Finaly some tut that works for me even on Windows, thanks. If u can make font sizes in terminal etc a little bit bigger since i think many ppl watch you on smaller devices as 12-14 laptops and its hard to read commands u wrote etc.

  • @AfmpJR
    @AfmpJR 8 місяців тому +2

    You did great, Thomas.
    Perfect English speaking.
    Thanks for sharing your knowledge.

  • @chrisleeworthy6779
    @chrisleeworthy6779 10 місяців тому +1

    This is a very helpful video and your English is excellent. I have subscribed to your channel and will be following more of your videos. Thank you.

  • @osmanovitch7710
    @osmanovitch7710 11 місяців тому +1

    a good efficient tutorial, waiting forother tutos

  • @skybedy
    @skybedy Рік тому +1

    It's fantastic for me, it's very first video, where I understand to English.. :-)

  • @JinTwisT
    @JinTwisT 11 місяців тому +1

    Just keep going with a good job

  • @aygunkece3761
    @aygunkece3761 Рік тому +1

    Your explanation is simple and very successful. I wish you more videos like this.

  • @andrzejszelka6278
    @andrzejszelka6278 11 місяців тому +2

    You could use zoom or a larger font size and will be perfect :)

  • @pkljug
    @pkljug 5 місяців тому +1

    Wo warst du vor 6 Stunden? War kurz davor an der Kasse arbeiten zu gehen und jeden Tag dumm zu grinsen. Danke!!!! erstmal abo und daumen hoch

  • @carlnewton2408
    @carlnewton2408 3 місяці тому +1

    Hello! Thank you for your Symfony/Docker repository. I've started one of my projects with it and it, along with your description here, has made initial development nice and easy. I have a question though, do you use the docker setup for your production environments also? I've seen some hosting companies offer container hosting. If so, what is your deployment strategy? For instance, I would like end users to upload images etc and I don't want to lose them when deploying a new version of my app. Additionally, how do I disable the mail router in production? Thanks again. It's all very well explained.

    • @carlnewton2408
      @carlnewton2408 2 місяці тому +1

      I just thought I'd come back here in case anyone else had the same questions. I've been playing with this over the last few weeks and have discovered that what I asked about here is regarding stateful vs stateless applications. I've found that providers of container hosting offer solutions for this by allowing the connection to a stateful database and the mounting of a storage device. For instance, Google cloud run have a solution for deploying a container which runs the php application, and each time you deploy, the old instance is destroyed/replaced completely, but the database and file storage mounts should be configured to be external to the container. So the docker-compose.yml file here would be used for local development only, and it's only the php-apache service that would be used in production.

    • @thomasd_codes_eng
      @thomasd_codes_eng  2 місяці тому +1

      Thank you for taking the time to provide a final clarification on the topic, even after weeks without a response. I’ve only just read your question now, as this channel hasn’t been very active so far. I also don’t have experience with hosting containers directly. Instead, I use containers to simulate the hosting environment to avoid any surprises after deployment.
      Thanks again for your effort!

  • @peterinvestor
    @peterinvestor 4 місяці тому +1

    how is it possible when you run php -v it showed you do not have php installed but then when you setup blank project using symfony (it is using php) it actaully display the page like you have a php installed?

    • @thomasd_codes_eng
      @thomasd_codes_eng  4 місяці тому

      I run it through the apache-php container. I don't want to have the PHP interpreter installed on the host machine (my MacBook).

  • @graceman999
    @graceman999 Рік тому +1

    Please increase the font size

  • @arturslawuta
    @arturslawuta Рік тому +1

    somethink is wrong because if I try add controller then is not response in web browser

    • @thomasd_codes_eng
      @thomasd_codes_eng  8 місяців тому

      Maybe something went wrong with your code. The next video will teach you that.

  • @LFS896
    @LFS896 Рік тому +1

    3 Stunden verzweiflung, dann sah ich deine erste zeile im Dockerfile...

  • @zeiditahani3315
    @zeiditahani3315 5 місяців тому +1

    very small font size, screen not clear

    • @thomasd_codes_eng
      @thomasd_codes_eng  4 місяці тому

      I’m going to increase the small font size, but the screen clarity issue is not related to my side.

  • @JinTwisT
    @JinTwisT 11 місяців тому +1

    Do you have udemy profile maybe?

  • @mazenlabeeb
    @mazenlabeeb 9 місяців тому

    So, he assumed that everyone has 42 inch screen size 🙏

    • @thomasd_codes_eng
      @thomasd_codes_eng  8 місяців тому

      No, I only assume that you watch these videos on a regular laptop. And that has worked for all other viewers. But you're right, zooming in on the most important parts would be fantastic.

  • @PartyBrudeeeer
    @PartyBrudeeeer Рік тому +2

    I don't understand the sense of a tutorial video when your Dockerfile is already set up lmfao