How to Upload Laravel Project on Hostinger Hpanel Step by Step Tutorial

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

КОМЕНТАРІ • 62

  • @WebTechKnowledge
    @WebTechKnowledge  11 місяців тому +19

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/public/
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ /public/$1
    #RewriteRule ^ index.php [L]
    RewriteRule ^(/)?$ public/index.php [L]

    • @yordanmilchev
      @yordanmilchev 26 днів тому +1

      this exposes env

    • @xoxoxoy123
      @xoxoxoy123 11 днів тому

      @@yordanmilchev what is the good thing to do?

    • @yordanmilchev
      @yordanmilchev 8 днів тому

      @@xoxoxoy123
      RewriteEngine On
      RewriteRule ^(.*)$ /public/$1 [L]
      This is how laravel htaccess should be just redirect all to public this is how laragon and herd work

  • @nachofdezz845
    @nachofdezz845 16 днів тому

    I have seen 5 tutorials of laravel to hostinger but this one is the one mate. Finally!!!
    + Thanks for saving my life!
    - Im literally WebTechKnowledge

    • @WebTechKnowledge
      @WebTechKnowledge  15 днів тому

      Saving lives, Just call me the Laravel Lifeguard! 😂

  • @danielromero4880
    @danielromero4880 9 місяців тому +2

    You helped me a lot, thanks so much!!!!

  • @raxcatchall
    @raxcatchall 5 місяців тому +3

    This is like the best example ever

  • @annisap2213
    @annisap2213 10 місяців тому

    Thank youu soo much!!! it works! finally😭👍👍😄

  • @mr.RAND5584
    @mr.RAND5584 3 місяці тому

    Ssh is complicated. Thank you sir. Click and drag only. Awesome.

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

    bor thannnnnkssssssssssss you literally saved me thank you so much keep growing

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

    Good video. Very useful 👌

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

    Esse video me salvou, já me escrevi nesse canal...muito obrigado amigo...

  • @avaqua1950
    @avaqua1950 9 місяців тому +4

    I have some problem I am host my laravel site in hostinger but that laravel site redirect home page again again when I click different links in that site i think I want to clear cache but how to I do in histinger I can’t find terminal so you put video for this please help me and thanks advanced

  • @FERYFRIADHIE-k1q
    @FERYFRIADHIE-k1q Місяць тому

    thank a lot, brother; its very help me

  • @fidelischukwunyere3142
    @fidelischukwunyere3142 5 місяців тому

    Thanks for this. Please write what you meant between timestamps 02:50 and 02:55

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

    Great tutorial!

  • @mdarefinrezasaim137
    @mdarefinrezasaim137 Місяць тому

    Nice, but what should we do for the Laravel and React projects?

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

    which domain should we buy in which larvel is working on hostinger

  • @haqi8045
    @haqi8045 Місяць тому

    thank you so much you save me

  • @Matt-Cody
    @Matt-Cody Місяць тому

    can i use ftp account?,. purpose i unachive or unzip not available inside the file manager??

  • @Oussama_12038
    @Oussama_12038 Місяць тому

    thanks brother

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

    in my project when i wants to register new user i need to run npm run dev, if my project running in hostinger if someone want register on that site will it show run vite or the person get registered.

    • @WebTechKnowledge
      @WebTechKnowledge  5 місяців тому +2

      Run ' npm run build ' before uploading to the server

    • @Rik70007
      @Rik70007 3 місяці тому

      @@WebTechKnowledge I've typed it but the design doesn't work

  • @yordanmilchev
    @yordanmilchev 26 днів тому +1

    No one mentioned that env is exposed that way

  • @hanief7577
    @hanief7577 7 місяців тому

    if i have to deploy project for the company system, what plan should i go for?

  • @AhmadAhmad-t1h
    @AhmadAhmad-t1h 11 місяців тому

    very good

  • @musiconme3884
    @musiconme3884 3 місяці тому

    Can you help me to fix that when i update image or i upload a document it will save in the storage but having a problem in displaying ..

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

    What kind of hostinger hosting did you buy/rent in this video?

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

    thanks

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

    This makes laravel site goes vulnerable, due to your environment in still in local and debug is true. It's the reason that hacker can analyze entire documents and root structure even process and backend functions. So they can make compromise or steal your data. It's not the way that laravel had been provided for debug production. Definitely due to complexity of laravel u may do that as tut but for sensitive pages will goes wrist ever. Better do with codeigniter and make secure manually.

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

    Thanks

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

    THANK YOU BRO!

  • @safaekouarti
    @safaekouarti 28 днів тому

    nice bro the storage is not work just where i upload my project in Hostinger but in Local is work (oready use php artisan storage:create-link) , can some one give me solution please ?

    • @fouadbane
      @fouadbane 28 днів тому

      delete storage inside public dir, and then in terminal "ln -s /storage/app/public /public/storage" to create symlink

  • @paradaxum
    @paradaxum 6 місяців тому

    after making the .htaccess it shows this: file_put_contents(C:\Users\mafla\OneDrive\Escritorio\Adelanto_Final\CodeLink\storage\framework/sessions/iN8LOowHS14yCGLkPROfjJzl8gVIqpNmQMCVxUCc): Failed to open stream: No such file or directory instead of access denied for database :(

  • @Rik70007
    @Rik70007 3 місяці тому

    Hey, can you help me to run "npm run dev"? because the design that I have does not work without "npm run dev"

    • @___Kevin
      @___Kevin Місяць тому

      Upload all the files generated after you run the command `npm run build` (look in /public/build/assets)

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

    Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". How do you fix this error? I am on PHP version 8.2.11

    • @WebTechKnowledge
      @WebTechKnowledge  11 місяців тому +4

      Go to the Advanced option and click PHP Configuration

  • @SDamariis
    @SDamariis 7 місяців тому

    you roll, gracias

  • @vincentnicholas1664
    @vincentnicholas1664 20 днів тому

    why node.js is not working in mobile mode ?

  • @muhammadabdillahasyhar6596
    @muhammadabdillahasyhar6596 10 місяців тому

    I had a problem uploading the file, my file happened to be around 239 MB, how do I fix it?

  • @djnoubba1235
    @djnoubba1235 11 місяців тому

    Good working
    Please this for free

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

    Connection: mysql, SQL: select * from `sessions` where `id` my problem is not solve plese

  • @R004032
    @R004032 11 місяців тому

    How to use job, thks.

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

    " This site can’t be reached " why? helpp

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

    Could someone help me with this problem when I uploaded my laravel project? file_put_contents(C:\xampp\htdocs\Laravel\pastamona\storage\framework/sessions/g88tNaLrFZ3NWK9nzVolleIkuFIdGf2hNv1QdBGh): Failed to open stream: No such file or directory

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

    website is loading but the design is not loading

  • @cvanes6532
    @cvanes6532 12 днів тому

    i got server error