Laravel Docker Nginx + PHP-FPM + op_cache

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 42

  • @raulgil8207
    @raulgil8207 2 ปีที่แล้ว +11

    this is by far the most well explained tutorial, thanks

  • @DanielDuenas-ie4rw
    @DanielDuenas-ie4rw หลายเดือนก่อน +1

    Oh man, i learn a lot today.
    Thanks!

  • @hassan_codes
    @hassan_codes 10 หลายเดือนก่อน

    Excellent Video.!!!
    The video skipped over the nginx configuration but I found it in your github

  • @valkhantech
    @valkhantech 9 หลายเดือนก่อน

    Got my like for writing the whole docker files

  • @doberman58
    @doberman58 6 หลายเดือนก่อน

    Great job Emad! Thanks! That is what I NEEDED!

  • @AapkaHostRick_
    @AapkaHostRick_ 8 หลายเดือนก่อน

    One of the best tutorial and hands on out there❤❤

  • @renends7615
    @renends7615 ปีที่แล้ว

    Excellent!
    Videos of this format, when they show the error and how to correct it, are the best, because that way we can acquire more knowledge.
    Your channel is excellent, all the didactic videos are excellent!
    Thanks!

  • @camilomezu5008
    @camilomezu5008 2 หลายเดือนก่อน

    This is a great explanation, thanks

  • @Mailzas
    @Mailzas 10 วันที่ผ่านมา

    Very good tutorial

  • @codewithsub5083
    @codewithsub5083 ปีที่แล้ว

    Loved this channel ❤.
    Hats off to you sir

  • @MegaTjerry
    @MegaTjerry ปีที่แล้ว

    excellent!, well explained -beatiful, easy to follow-up

  • @mohamedjasim3916
    @mohamedjasim3916 2 ปีที่แล้ว

    You are just the best. Knowledge Sharing 💯💯💯👍👍👍

  • @kibetkiptanui6293
    @kibetkiptanui6293 ปีที่แล้ว +1

    Good stuff. Keep it up

  • @deecee2204
    @deecee2204 ปีที่แล้ว +1

    whats the best implementation of docker?
    should the nginx be a different container?

  • @pakdesemar2544
    @pakdesemar2544 2 ปีที่แล้ว +1

    Thank you so much, Sheikh

  • @jesusleguiza77
    @jesusleguiza77 2 หลายเดือนก่อน

    Hi, I don't see in the Dockerfile where you install nginx; you just copy the .conf file. How does that work if the image is just for PHP? Cheers!

  • @wariszargar6262
    @wariszargar6262 2 ปีที่แล้ว +1

    Interesting and thank you very much

  • @pavankumardasari6606
    @pavankumardasari6606 10 หลายเดือนก่อน

    One doubt, Do we required nginx should be installed before running docker containers ?, I had a requirement like nginx also should be installed as a docker and my application should on that.

  • @AapkaHostRick_
    @AapkaHostRick_ 8 หลายเดือนก่อน

    this is gem ❤❤

  • @tisnamuliarta
    @tisnamuliarta ปีที่แล้ว

    Well done, thank you sir 🙏🙏

  • @Somew111here
    @Somew111here 2 หลายเดือนก่อน

    BRILLIANT!!!!!!!

  • @Черезтернии-ю5ч
    @Черезтернии-ю5ч ปีที่แล้ว

    best tutorial, thanks

  • @DivDax
    @DivDax ปีที่แล้ว

    Well explained! I wonder how to run cronjob and horizon with this docker setup. Would be glad if you can say something about the setup.

  • @sergey5561
    @sergey5561 5 หลายเดือนก่อน

    How can we run the application on port 80 in the browser?

  • @lonsun9234
    @lonsun9234 8 หลายเดือนก่อน

    Can we use it to deploy to cloud run? Can you make 1 more video to deploy laravel 10 to cloud run?

  • @alionides
    @alionides 8 หลายเดือนก่อน

    its working on local but doesnt work on production with digitalocean droplet

  • @saroj_shrestha
    @saroj_shrestha 2 ปีที่แล้ว +1

    👍👍

  • @edunwa3679
    @edunwa3679 ปีที่แล้ว

    great guy

  • @Caringal_Tech
    @Caringal_Tech ปีที่แล้ว

    @anyone please help mee out in laravel permission denied, I tried to run the php container for the first time But I got that error in the browser

  • @ckwcfm
    @ckwcfm ปีที่แล้ว

    I followed you video. I am just using the api, somehow I got cross-site problem.

  • @rerain8193
    @rerain8193 11 หลายเดือนก่อน

    what about nginx conf file ?

    • @hernowoeno2243
      @hernowoeno2243 4 หลายเดือนก่อน

      Same, I didn't find this file on this video. :)

  • @cryptojefajn7304
    @cryptojefajn7304 7 วันที่ผ่านมา

    replace opcache.validate_timestamp to opcache.validate_timestamps

  • @camilomezu5008
    @camilomezu5008 2 หลายเดือนก่อน

    For some reason for me its slower your method than laravel sail running a new laravel project, even using the same version of PHP and Mysql

  • @zdrive8692
    @zdrive8692 11 หลายเดือนก่อน

    I have cloned your repo and did make fresh but it still shows me close to 80-90ms
    i am on macbook pro m1

  • @denoldtimer1024
    @denoldtimer1024 ปีที่แล้ว

    Got a permission error when opening my browser
    The stream or file "/var/www/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied

    • @enzodossantos2546
      @enzodossantos2546 ปีที่แล้ว

      you find a solution?

    • @ochollat
      @ochollat ปีที่แล้ว

      @@enzodossantos2546 change the owner for the /var/www folder to www-data:www-data see if it helps

    • @chandarayi5673
      @chandarayi5673 ปีที่แล้ว

      any solution to this

    • @chandarayi5673
      @chandarayi5673 ปีที่แล้ว

      @@ochollat it works

  • @ShakibBaig1
    @ShakibBaig1 ปีที่แล้ว

    got db connection error. what to use in db host value in .env file?

    • @karlson2804
      @karlson2804 11 หลายเดือนก่อน

      name of your container in this situation "database"