PhpStorm setup for PHP web development with Docker - 002

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 54

  • @SirGustav
    @SirGustav 3 года назад

    Had some troubles with some tutorial webpages, but your video worked like a charm! Thanks for the explanation!

    • @Beachcasts
      @Beachcasts  3 года назад +1

      Awesome, glad it helped you.

  • @JohnNecirRebellion
    @JohnNecirRebellion 4 года назад +1

    There's a myth that the true gamer lags IRL. The video is great btw.

    • @Beachcasts
      @Beachcasts  4 года назад +1

      Thanks. Yeah, improved a great deal over since this video. No more lagging. :P

    • @JohnNecirRebellion
      @JohnNecirRebellion 4 года назад +1

      @@Beachcasts I'm quite loving your setup, neat.

  • @robmellett1319
    @robmellett1319 4 года назад

    This is an amazing video! Will share with the team at work on Monday. Cheers mate

  • @natenatters
    @natenatters 5 лет назад

    Really enjoying these videos so far. One thing to help viewers would be adding the episode number in the video title. Otherwise, I don't know which suggested video to click next. Keep up the good work!

    • @Beachcasts
      @Beachcasts  5 лет назад

      Thank you. I like that. I've been so focused on SEO of the titles that I hadn't thought of making them more accessible for community. I'll think on that.

  • @christopherbray2792
    @christopherbray2792 5 лет назад

    Thank you for sharing this Adam. The Docker integration setup was particularly useful for me. I like to think I make good use of PHPStorm but for some reason I never considered looking into its Docker features. After watching this, I definitely will on my next project that uses Docker.

    • @Beachcasts
      @Beachcasts  5 лет назад

      Enjoy. It is truly handy, indeed. Of course, you can't beat knowing how to do things via CLI. But having a handy gui is nice.

    • @christopherbray2792
      @christopherbray2792 5 лет назад

      @@Beachcasts to be honest Docker still baffles me. I don't use it often enough to remember the CLI commands beyond upping/downing images. I haven't had much need to learn it but my colleagues are experimenting with it and were intending on introducing it to our development process soon. Hopefully being able to ask them questions will help me learn my way around it.

    • @Beachcasts
      @Beachcasts  5 лет назад

      I totally understand that. Until I started using it regularly I also found it challenging. You'll get it.

  • @kmtsvetanov
    @kmtsvetanov 5 лет назад

    You are the best!!! 100 out of 100. Thank you!

    • @Beachcasts
      @Beachcasts  5 лет назад

      Thank you. Glad you found these helpful.

  • @rpbale
    @rpbale 10 месяцев назад

    Great video!

  • @andriyloz7558
    @andriyloz7558 5 лет назад

    Great thanks. It very helpful video for me!

    • @Beachcasts
      @Beachcasts  5 лет назад

      Awesome! Glad you found it helpful.

  • @danhagarty2311
    @danhagarty2311 5 лет назад

    Good stuff. It might be helpful if you could explain how the database gets populated in the container.

    • @Beachcasts
      @Beachcasts  5 лет назад

      That would make a great future video. Thanks for the idea.

  • @kriviabg
    @kriviabg 5 лет назад +1

    Good job, but why not installing and using composer inside the container?

    • @Beachcasts
      @Beachcasts  5 лет назад

      Good question. The initial 'composer create-project' command handles the initial installation wizard for Zend Expressive immediately following the clone of the repo. Therefore the container doesn't exist yet. For all future 'composer' usage after that it was/will be done from inside the container.

    • @Beachcasts
      @Beachcasts  5 лет назад

      I would encourage you to watch the previous and following vids to see how that was handled.

  • @shyamranpara
    @shyamranpara Год назад

    Thanks for video
    I could not understand how to add breakpoint ? How to access file within container and add breakpoint. Thanks in advance.

  • @musentric
    @musentric 5 лет назад

    Really helpfull guide, thanks

    • @Beachcasts
      @Beachcasts  5 лет назад

      Perfect. I'm so happy it helped you.

  • @wdseelig
    @wdseelig 3 года назад

    At the 18;45 mark in this tutorial, clicking on the plus (+) brings up a menu that includes an option for "Docker, Vagrant, VM, Remote ..." I am running PHPStorm2020.1 and that does not happen on my project. To be clear: when I first set up this project, I DID get that option, selected the Docker environment, and everything works. However now, if I try to set up another CLI interpreter, I cannot choose the PHP interpreter in the Docker container. Is this normal behavior??

    • @Beachcasts
      @Beachcasts  3 года назад

      No, not normal. Sorry I missed this question for a long time. Once you get Docker set up, you should be able to add it as the CLI interpreter. However, make sure to add the interpreter by clicking the ... button beside the CLI Interpreter in the PHP settings.

  • @hooliator
    @hooliator 2 года назад

    Zend Expressive is no longer supported and won't install. Mezzio seems to contain breaking changes. Haven't been able to get anything working properly even after downloading the code from github. An update to the video would be helpful.

    • @Beachcasts
      @Beachcasts  2 года назад

      Thanks for watching. I agree. Might need to remove these at some point. Sorry for the troubles.

  • @alextopsite
    @alextopsite 5 лет назад

    Nice IDE

    • @Beachcasts
      @Beachcasts  5 лет назад

      I recommend it, and use it daily. Definitely check it out.

  • @bedtimestory1122
    @bedtimestory1122 3 года назад

    Why I can't find the docker container options in path mapping settings?

    • @Beachcasts
      @Beachcasts  3 года назад

      Should be a little more automated. Hope you figured it out.

  • @hemanshu877
    @hemanshu877 4 года назад

    How to configure xdebug in docker container and phpstrom ?

    • @Beachcasts
      @Beachcasts  4 года назад

      Thanks for your question. In the video prior to this one I did show how I set that up. ruclips.net/video/2ESAi2vq-80/видео.html

  • @vitalygoji
    @vitalygoji 5 лет назад

    I got containers running on my local machine , is it possible to edit container's PHP files with EDI?
    Anyone had any luck doing it? So far I have not been able to figure it out

    • @Beachcasts
      @Beachcasts  5 лет назад

      Yes, by altering the dockerfile and included scripts, you can completely customize the php images during container creation. See hub.docker.com/_/php for more info.

  • @serhiiandriichuk8884
    @serhiiandriichuk8884 5 лет назад

    Where did you get the elvis elephant toy?

    • @Beachcasts
      @Beachcasts  5 лет назад

      That was given at ZendCon 2017 in Las Vegas.

  • @mohamedgadallahbasheer5606
    @mohamedgadallahbasheer5606 5 лет назад

    Thanks for the video.
    Please if you may help with something.
    A lot of terms mentioned in the video out of my knowledge, so how to learn it the right way? Given that I am new to programming and I want to have a solid foundation for programming?
    I've set my mind on using phpstorm because it is free with my .edu email address
    "by the way, any .edu email can use all jetbrains products for free".
    Thanks

    • @Beachcasts
      @Beachcasts  5 лет назад +1

      Thank you for the questions, and welcome to programming. However, I'm not sure how to best provide help. Can you share more details on what you're having troubles with? Maybe with a direct message on Twitter.

    • @mohamedgadallahbasheer5606
      @mohamedgadallahbasheer5606 5 лет назад

      @@Beachcasts Thanks a lot for your valuable time replying newbie like myself.
      What is the Twitter account?

    • @Beachcasts
      @Beachcasts  5 лет назад +1

      Feel free to reach out to @adamculp or @beachcasts

    • @mohamedgadallahbasheer5606
      @mohamedgadallahbasheer5606 5 лет назад

      @@Beachcasts Thanks a lot Sir.

  • @owensoft
    @owensoft 5 лет назад

    25 minutes to set up one project. Configs all the way down.

    • @Beachcasts
      @Beachcasts  5 лет назад

      Typically, a project setup like this takes only a few minutes. Talking through it, for the sake of beginners, does take time. Thanks for watching.