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

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 67

  • @WebTechKnowledge
    @WebTechKnowledge  Рік тому +24

    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 2 місяці тому +1

      this exposes env

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

      @@yordanmilchev what is the good thing to do?

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

      @@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

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

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

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

    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  Місяць тому

      Saving lives, Just call me the Laravel Lifeguard! 😂

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

    Thank you my friend, it worked

  • @avaqua1950
    @avaqua1950 11 місяців тому +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

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

    This is like the best example ever

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

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

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

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

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

    Good video. Very useful 👌

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

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

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

    thank a lot, brother; its very help me

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

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

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

    thank you so much you save me

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

    thanks brother

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

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

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

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

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

    Great tutorial!

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

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

  • @cyberhawkforce7946
    @cyberhawkforce7946 3 місяці тому +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.

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

    THANK YOU BRO!

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

    Thanks

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

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

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

    thanks

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

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

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

    No one mentioned that env is exposed that way

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

    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 ..

  • @ojeianthony
    @ojeianthony 7 місяців тому +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  7 місяців тому +2

      Run ' npm run build ' before uploading to the server

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

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

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

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

  • @AhmadAhmad-t1h
    @AhmadAhmad-t1h Рік тому

    very good

  • @SacredDiety
    @SacredDiety Рік тому +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  Рік тому +4

      Go to the Advanced option and click PHP Configuration

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

    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 2 місяці тому

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

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

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

  • @leinah3671
    @leinah3671 19 днів тому

    What's with my error of (Reason: CORS request did not succeed)

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

    you roll, gracias

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

    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 2 місяці тому

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

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

    why node.js is not working in mobile mode ?

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

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

  • @djnoubba1235
    @djnoubba1235 Рік тому

    Good working
    Please this for free

  • @R004032
    @R004032 Рік тому

    How to use job, thks.

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

    website is loading but the design is not loading

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

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

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

    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

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

    i got server error

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

    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 :(

  • @msyn5631
    @msyn5631 14 днів тому

    I have problem, my storage link not work? Help!