@@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
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
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.
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.
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
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 ?
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
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 :(
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]
this exposes env
@@yordanmilchev what is the good thing to do?
@@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
You helped me a lot, thanks so much!!!!
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
Saving lives, Just call me the Laravel Lifeguard! 😂
Thank you my friend, it worked
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
This is like the best example ever
bor thannnnnkssssssssssss you literally saved me thank you so much keep growing
Esse video me salvou, já me escrevi nesse canal...muito obrigado amigo...
Good video. Very useful 👌
Ssh is complicated. Thank you sir. Click and drag only. Awesome.
☺️☺️
thank a lot, brother; its very help me
Thank youu soo much!!! it works! finally😭👍👍😄
Glad it was helpful
thank you so much you save me
thanks brother
Nice, but what should we do for the Laravel and React projects?
which domain should we buy in which larvel is working on hostinger
Great tutorial!
Thanks for this. Please write what you meant between timestamps 02:50 and 02:55
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.
THANK YOU BRO!
Thanks
can i use ftp account?,. purpose i unachive or unzip not available inside the file manager??
thanks
if i have to deploy project for the company system, what plan should i go for?
No one mentioned that env is exposed that way
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 ..
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.
Run ' npm run build ' before uploading to the server
@@WebTechKnowledge I've typed it but the design doesn't work
What kind of hostinger hosting did you buy/rent in this video?
Is it, web hosting - premium?
very good
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
Go to the Advanced option and click PHP Configuration
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 ?
delete storage inside public dir, and then in terminal "ln -s /storage/app/public /public/storage" to create symlink
I had a problem uploading the file, my file happened to be around 239 MB, how do I fix it?
What's with my error of (Reason: CORS request did not succeed)
you roll, gracias
Hey, can you help me to run "npm run dev"? because the design that I have does not work without "npm run dev"
Upload all the files generated after you run the command `npm run build` (look in /public/build/assets)
why node.js is not working in mobile mode ?
Connection: mysql, SQL: select * from `sessions` where `id` my problem is not solve plese
Good working
Please this for free
How to use job, thks.
website is loading but the design is not loading
" This site can’t be reached " why? helpp
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
delete the config.php
@@tasiayemima how?
did you fix it?
i got server error
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 :(
I have problem, my storage link not work? Help!