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

  Рет қаралды 19,092

Web Tech Knowledge

Web Tech Knowledge

Күн бұрын

Пікірлер: 62
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
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 Ай бұрын
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
@nachofdezz845
@nachofdezz845 Ай бұрын
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! 😂
@danielromero4880
@danielromero4880 10 ай бұрын
You helped me a lot, thanks so much!!!!
@avaqua1950
@avaqua1950 10 ай бұрын
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 5 ай бұрын
This is like the best example ever
@kaveeshbhashitha7652
@kaveeshbhashitha7652 9 ай бұрын
Good video. Very useful 👌
@blueflaregamerz4375
@blueflaregamerz4375 3 ай бұрын
bor thannnnnkssssssssssss you literally saved me thank you so much keep growing
@mr.RAND5584
@mr.RAND5584 4 ай бұрын
Ssh is complicated. Thank you sir. Click and drag only. Awesome.
@WebTechKnowledge
@WebTechKnowledge 4 ай бұрын
☺️☺️
@tonyvnd2590
@tonyvnd2590 6 ай бұрын
Esse video me salvou, já me escrevi nesse canal...muito obrigado amigo...
@annisap2213
@annisap2213 11 ай бұрын
Thank youu soo much!!! it works! finally😭👍👍😄
@WebTechKnowledge
@WebTechKnowledge 11 ай бұрын
Glad it was helpful
@FERYFRIADHIE-k1q
@FERYFRIADHIE-k1q Ай бұрын
thank a lot, brother; its very help me
@rayhanyulistira6211
@rayhanyulistira6211 5 ай бұрын
Great tutorial!
@mdarefinrezasaim137
@mdarefinrezasaim137 2 ай бұрын
Nice, but what should we do for the Laravel and React projects?
@fidelischukwunyere3142
@fidelischukwunyere3142 6 ай бұрын
Thanks for this. Please write what you meant between timestamps 02:50 and 02:55
@haqi8045
@haqi8045 2 ай бұрын
thank you so much you save me
@myitclasses
@myitclasses 10 ай бұрын
which domain should we buy in which larvel is working on hostinger
@yordanmilchev
@yordanmilchev Ай бұрын
No one mentioned that env is exposed that way
@Oussama_12038
@Oussama_12038 2 ай бұрын
thanks brother
@cyberhawkforce7946
@cyberhawkforce7946 3 ай бұрын
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!
@ojeianthony
@ojeianthony 6 ай бұрын
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 6 ай бұрын
Run ' npm run build ' before uploading to the server
@Rik70007
@Rik70007 3 ай бұрын
@@WebTechKnowledge I've typed it but the design doesn't work
@ragaistanto6722
@ragaistanto6722 5 ай бұрын
What kind of hostinger hosting did you buy/rent in this video?
@ragaistanto6722
@ragaistanto6722 5 ай бұрын
Is it, web hosting - premium?
@Matt-Cody
@Matt-Cody 2 ай бұрын
can i use ftp account?,. purpose i unachive or unzip not available inside the file manager??
@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 ..
@AhmadAhmad-t1h
@AhmadAhmad-t1h Жыл бұрын
very good
@hanief7577
@hanief7577 8 ай бұрын
if i have to deploy project for the company system, what plan should i go for?
@mohamedelalfy6266
@mohamedelalfy6266 5 ай бұрын
thanks
@marcofloriano
@marcofloriano 5 ай бұрын
Thanks
@SacredDiety
@SacredDiety Жыл бұрын
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 Жыл бұрын
Go to the Advanced option and click PHP Configuration
@SDamariis
@SDamariis 8 ай бұрын
you roll, gracias
@safaekouarti
@safaekouarti Ай бұрын
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 Ай бұрын
delete storage inside public dir, and then in terminal "ln -s /storage/app/public /public/storage" to create symlink
@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 2 ай бұрын
Upload all the files generated after you run the command `npm run build` (look in /public/build/assets)
@muhammadabdillahasyhar6596
@muhammadabdillahasyhar6596 11 ай бұрын
I had a problem uploading the file, my file happened to be around 239 MB, how do I fix it?
@vincentnicholas1664
@vincentnicholas1664 Ай бұрын
why node.js is not working in mobile mode ?
@codezara1
@codezara1 2 ай бұрын
Connection: mysql, SQL: select * from `sessions` where `id` my problem is not solve plese
@djnoubba1235
@djnoubba1235 Жыл бұрын
Good working Please this for free
@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
@tasiayemima
@tasiayemima 2 ай бұрын
delete the config.php
@R004032
@R004032 Жыл бұрын
How to use job, thks.
@wiseversayt
@wiseversayt 3 ай бұрын
website is loading but the design is not loading
@paradaxum
@paradaxum 7 ай бұрын
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 :(
@robytumewu5843
@robytumewu5843 4 ай бұрын
" This site can’t be reached " why? helpp
@cvanes6532
@cvanes6532 Ай бұрын
i got server error
Upload Laravel Project on Share Hosting Server Cpanel Step by Step Tutorial
17:38
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
How to Create Admin Panel in Laravel Easily using Open Admin
16:37
Web Tech Knowledge
Рет қаралды 103 М.
File Upload in Laravel: Main Things You Need To Know
13:58
Laravel Daily
Рет қаралды 27 М.
Create Admin Panel in Laravel using Filament Step by Step
18:36
Web Tech Knowledge
Рет қаралды 67 М.
How to Deploy Laravel on Shared Hosting in 12 minutes
12:55
The Codeholic
Рет қаралды 81 М.
NextJS and Laravel Can Be Friends
23:54
Laravel
Рет қаралды 31 М.
CLONE Any Website Using AI - Just Paste the Link!
10:33
Astro K Joseph
Рет қаралды 55 М.
CARA DEPLOY/HOSTING PROJECT LARAVEL KE SUBDOMAIN 2024
17:34
Robith Yusuf
Рет қаралды 4,3 М.
Deploy Laravel applications fast and cheap
8:54
Andrew Schmelyun
Рет қаралды 29 М.