Deploy Laravel on Ubuntu Nginx server

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

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

  • @wormy_coder
    @wormy_coder 8 месяцев назад +2

    First time i watched your videos, i successfully deploy my laravel apps. You deserve a subscriber

  • @atibyte
    @atibyte 2 дня назад

    This was very informative, thank you Susan!

  • @rafailosfpz
    @rafailosfpz Год назад +1

    Thank you. It was very helpful finding a clear way of deploying into nginx

  • @wormy_coder
    @wormy_coder 8 месяцев назад +1

    From now on I will now move to nginx to deploy my apps its not difficult compare to apache so much configuration. You have to run this or else your app will not work. Thanks for this tutorial.❤❤❤

  • @bohemianrhapsody3920
    @bohemianrhapsody3920 Год назад +1

    you described it as simple as possible keep it up

  • @didianasfudi1629
    @didianasfudi1629 Год назад +2

    thank you, for making this part ♥

  • @nickponcho
    @nickponcho Год назад +1

    Thank you so much!! THis really helped me deploying my laravel apps on Azure as well

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

    Fantastic tutorial video, thank you so much, Susan.

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

      You're welcome; thanks for watching Eddie.

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

    well documented instructions, thank you

  • @imanaski1878
    @imanaski1878 Год назад +1

    Very nice walk through, Thank you.

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

    I have struggled with this but thanks alot you have helped me alot

  • @lifexoxo
    @lifexoxo Год назад +1

    Very concise and clear. Thank yoU!

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

    Going to try this out on my next project - thanks!

  • @helloitsjury
    @helloitsjury Год назад +1

    So easy to follow, thank you!

  • @okerik8099
    @okerik8099 9 месяцев назад

    Thank you Susan, it works!

  • @mahmoudalsharqawi9019
    @mahmoudalsharqawi9019 11 месяцев назад

    Thanks for your efforts. It was very helpful.

  • @Vishwanath-u6z
    @Vishwanath-u6z Год назад

    great video helped me alot with my deploying process

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

    this is apt and very clear. Thank you.

  • @fiacrebarthelemyngouang1328
    @fiacrebarthelemyngouang1328 Год назад +1

    good, thanks

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

    tnx for your clear and easy explanation

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

    Thanks for this!

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

    Thanks a lot Sussan!!!

  • @DeveloperA-Sat
    @DeveloperA-Sat Год назад

    going to try this on my next project

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

    Really helpful, thank you

  • @taofeekakinkunmi8990
    @taofeekakinkunmi8990 4 месяца назад

    Thank you, this video is helpful

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

    going to try this out Thanks

  • @mahdisolati697
    @mahdisolati697 6 месяцев назад

    Very Thanks .it was helpful

  • @Lingon_
    @Lingon_ 11 дней назад

    Thank you susan 🙏

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

    Good lesson.
    I'm having issue making my uploaded files in storage served by nginx. i have followed every step in this video. i use public disk and has ran the "PHP artisan storage:link" command but no luck. what else do I need to do
    Thanks

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

    Thank you so much!!

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

    thx for this tutorial!

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

    Thank you. The video was helful

  • @Just-dg4je
    @Just-dg4je Год назад

    Very helpful video

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

    Amazing, please cover how to deploy in staging, production and how to setup all this things...

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

    Super useful thanks :)

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

    Nice explanation. Thanks.

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

    Great video

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

    Thanks for this

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

    going to try this out

  • @SaidFlores-z3j
    @SaidFlores-z3j Год назад

    me encata tus videos

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

    Very helpful video

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

    very useful, thanks

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

    it so helpful and easy guide

  • @HarrisMariano-m2h
    @HarrisMariano-m2h Год назад

    Thank You!

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

    very informative.

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

    thanks for the info

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

    I tried, it didnt worked for me. Need to see the issues list mentioned

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

    Thank you for your share

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

    I follow all steps but, when a try to clone: fatal: could not create work tree dir 'my-repol': Permission denied, I did all steps in your tuto..SSH Keys and Github ... and Permission denied, What do I have to do ?

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

      what kind of permission I have to give to www folder ?? What is the best practice for permission in that folder ?

    • @codewithsusan
      @codewithsusan  Год назад +1

      It sounds like the user you are operating as does not have write access to the www directory.
      You can try prefixing the clone command with `sudo` so it will execute it with root privileges.
      Alternatively, you can change the owner of the `www` directory to whatever user you’re operating as. This can be down with the `chown` command following this pattern: `chown username -r www`

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

    Good video! :D

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

    Good tutorial!

  • @brandong8323
    @brandong8323 5 месяцев назад

    how do i make nginx server find my build files in the public/build/assets folder I'm confused

  • @МаксимЯнак
    @МаксимЯнак Год назад

    Very good

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

    I have read and done many tutorials to deploy laravel in an aws instance (lightsail) and none have worked for me. Why is so complicated ? Maybe with docker I can do it. I noob in devOps job.

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

    thanks for your sharing

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

    Subscribed!

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

    Excellent explanation, please could you make a video deploying to aws ec2 instance for Laravel api app?. Thanks a lot

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

    thank you but i have a an issue my defualt nginx web page still showing not my app

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

      Try running the command nginx -T | grep "server_name " to see all the server names your nginx server currently has enabled. Confirm the domain (or subdomain) you're setting up is listed there. If it's not, recheck all the steps outlined in the video. If it is and it's still not working, drop me an email at mail@codewithsusan.com with a copy of your site config and I can take a look.

  • @CTO-q6m
    @CTO-q6m Год назад

    perfect and simple)

  • @sivadathp163
    @sivadathp163 6 дней назад

    Illuminate\Database\QueryException
    Database file at path [laravel] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, SQL: select * from "sessions" where "id" = PRSEOdr4JPV2S2EeYeqHCvTP7RTyihulAYKL8sQD limit 1)
    this is my error plz help me

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

    After following all steps I keep encountring 403 Forbidden issue on nginx. I assume its not laravel issue but more of nginx issue. Can you please advise what i may be doing wrong.

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

      Check the output of running "sudo nginx -t". It will let you know if you have any issues in your site configs.
      Also, here's a separate guide I have on setting up sites on Nginx specifically that might be helpful: ruclips.net/video/omPd93uLQDc/видео.html
      If neither of those things get you on track, drop me an email (mail@codewithsusan.com) and I can help you troubleshoot further.

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

      @@codewithsusan running sudo nginx -t
      gives following output:
      nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
      nginx: configuration file /etc/nginx/nginx.conf test is successful
      Thanks for the link I will check that if still stuc will email you! Cheers Susan.

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

    Thank youuuu

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

    Great video, can you cover how to host multiple Laravel apps in one nginx server

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

      I have a guide that's not specific to Laravel but it does show how to set up multiple sites on one Nginx server: ruclips.net/video/omPd93uLQDc/видео.html

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

    informative...

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

    Tres bonne pratique

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

    Thank you!

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

    helpful video

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

    try this for my new project

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

    Good!

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

    Good video

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

    good one

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

    Thanks.

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

    Helpful

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

    Do you have any video on how to deploy backend e.g. Django and frontend e.g. Vue3 both on nginx?

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

      Not at the moment - I don't work much with Django (nothing against it, just don't use it currently).

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

      Sure thanks...

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

    thank you!

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

    good job

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

    nice videos

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

    ¡Suscrito!

  • @parinda.befikar
    @parinda.befikar Год назад

    nice video

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

    thank you

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

    Thanks!

  • @KahaniyonKiNagri-b9w
    @KahaniyonKiNagri-b9w Год назад

    Subscribed

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

    thank u

  • @fmtn1583
    @fmtn1583 Месяц назад

    is it work with mysql database?

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

    nice

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

    thanks

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

    good

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

    Nice

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

    Good

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

    cool

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

    great

  • @Intelligaia-Studio
    @Intelligaia-Studio Год назад

    it is showing file not found

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

      My best guess based on the info you provided is there was an issue during the step of configuring the site with Nginx. Double check the settings you added to the file in /etc/nginx/sites-available/. If you want to email me a copy at mail@codewithsusan.com I can give it a second set of eyes for you.

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

    ty

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

    Nice Konten

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

    thanks !

  • @Bathmaraj-c5r
    @Bathmaraj-c5r Год назад

    tq

  • @NishaManu-x8x
    @NishaManu-x8x Год назад

    good

  • @MohdZaidKhan-q2l
    @MohdZaidKhan-q2l Год назад

    subscribed

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

    nice

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

    thanks