Setup Laravel On Ubuntu 20.04 LTS step by step

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

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

  • @yassineouelhazi7195
    @yassineouelhazi7195 2 ปีที่แล้ว +5

    thanks for the video and the well explanation, as i see this is the most used way to work with laravel but as far i follow this steps (in this tuto + web articals having same steps) i end up with the apache2 home page not laravel or any page i created while i run the server sing php artisan serv it actually give me the home page coded for the website so what do u think is wrong?

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

      check if ur pointing to the correct public directory

  • @lutforurc
    @lutforurc 3 ปีที่แล้ว +2

    Very good video for Laravel installation.

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

    Thankyou very much so helpful indeed

  • @tiagoafranco
    @tiagoafranco 3 ปีที่แล้ว

    Ju, my instalation php-fpm with error cgrouop on ou docker-in-docker in ububtu 20.04..whats is this?

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

    Excellent explaination..

  • @mohamedmisfar8065
    @mohamedmisfar8065 3 ปีที่แล้ว +2

    Why don't u use xampp? In that everything is already configured. Is there any particular reason for using this way?

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

      Your question is justified, but in industry uses containerized environment for continuous development and integrations.
      And this is real production environment. Obviously there is difference after trying yourself you could experienced it.

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

    Video great.
    But am I the only one not able to browse the app?
    When trying to browse I get:
    make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);
    And I found that this code is included in index.php file.
    The only difference I made from this video, I created mySql database and connected to the laravel app by adding the connection to .env file.
    Can I have an assistance please?

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

    Awesome tutorial

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

    for ec2 instance, it will use the same vhost configurations?

  • @tarunthakur8552
    @tarunthakur8552 3 ปีที่แล้ว +2

    he deserves more reach

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

    very easy explanation thanks man

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

    I get this error ----> mv: cannot stat 'composer.phar': No such file or directory

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      Download the composer.phar manualy.
      move the composer.phar to the bin directory /usr/local/bin.
      stackoverflow.com/questions/36949750/how-do-i-move-composer

  • @ChiquiSistemas
    @ChiquiSistemas 3 ปีที่แล้ว

    Hello I follow your steps but when I install some laravel project dont create a vendor folder, please help

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      See the comments

    • @ChiquiSistemas
      @ChiquiSistemas 3 ปีที่แล้ว

      @@TechBlogTutorial I already saw, but, when I have done something, It must to begin since the begining, but I solve it. thanks

  • @natannegara
    @natannegara 3 ปีที่แล้ว

    it means I should create this configuration for my every project ??

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      No, there not required to do all configuration and installation. You need to create only vhost conf and install laravel.

    • @natannegara
      @natannegara 3 ปีที่แล้ว

      @@TechBlogTutorial is there any tutorial how to create vhost conf ? Well, I am a beginner in linux

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

    nice video.. can you do Laravel install in Nginx?

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

      Thanks, will upload nginx version shortly.

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

      @@TechBlogTutorial thank you.. I'm waiting ... After your video i have to install it.. I request you make it ASAP
      Thanks Again

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

    Thanks a lot sir...

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

    congratulations.

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

    thank you so much bro..!!!

  • @decapitaregrimm6663
    @decapitaregrimm6663 3 ปีที่แล้ว

    My host still open apache page

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      1) first check vhost file for any error.
      2) if you are accessing through IP address your vhost must be IP based
      3) if you are using public IP then Add Domain Record to your Name Server.
      4) If you are using Local Environment for testing purpose then add record to your client host file.

  • @santanudas212
    @santanudas212 3 ปีที่แล้ว

    vendor folder is not generating

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      There might issue with Composer....
      Regenerate vendor folder
      composer update
      In most cases, updating the Composer will regenerate the vendor folder and the autoload.php file.
      Alternatively, we can regenerate the autoload.php file using the command,
      composer dump-autoload
      Later on, we check if the Laravel project works.
      Re-install Composer
      If the Composer is found corrupted, we uninstall the existing one and reinstall it.
      To install Composer, we run the command in the root project folder,
      composer install

    • @ChiquiSistemas
      @ChiquiSistemas 3 ปีที่แล้ว

      can you solve the problem? I have the same issue

    • @santanudas212
      @santanudas212 3 ปีที่แล้ว

      @@ChiquiSistemas I solved that but I don't remember exactly how. I think that was permission issue.

    • @ChiquiSistemas
      @ChiquiSistemas 3 ปีที่แล้ว

      @@santanudas212 I solved with composer install in project but I dont wanna do every time

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      @@ChiquiSistemas see above reply this might help you.

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

    DONE......thanks a lot. i would like to meet with you personally. Please let me know if possible.

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

      Sure, why not

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

      @@TechBlogTutorial I am kolkata based..... where r u from?

    • @TechBlogTutorial
      @TechBlogTutorial  3 ปีที่แล้ว

      From Durgapur.

    • @rajachakraborty1478
      @rajachakraborty1478 3 ปีที่แล้ว

      @@TechBlogTutorial sir, let's plan for a meeting..... I am okay with ur timing and place...

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

    Thank you so much!

  • @LuanWIP
    @LuanWIP 3 ปีที่แล้ว

    Perfect. Thanks

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

    Thanks a lot!

  •  3 ปีที่แล้ว +1

    Close eyes bro!
    what you see? nothing? It's my programmer carier without your tutorial!