laravel 5.5 on cpanel shared hosting, still stucked with 500 error, Now it is the time to 100% solution
Hello,
I am here at laracast with some really annoying questions.
First I just want to deploy Laravel 5.5 on cpanel shared hosting with no ssh.
now when i googled my question there was nothing except incomplete answers.
........
this it is very tedious thing to do.
from public_html directory's index.php file setup.
i have tried many things but all in vain.
now there is some need for the editing some laravel framework coding...
whatever it is, I am going to follow this post till i get the 100% answer SOLVED for everyone out there....
Upload to server and give correct permissions for storage and bootstrap folders as mentioned in the laravel website
Rename .env file and put some dummy app key which is must
Create database and setup info in .env
Manually create migration tables
However you need SSH access to laravel development because you always need to clear cache and use composers for packages and many functionalities are depends on SSH. So SSH is must for laravel development. Contact your shared hosting provider and buy SSH package for your account it cost around 5 to 10 USD year maximum.
Thanks for both the replies.
But how can i set permissions for storage and bootstrap folders when I don't have any ssh available.
Do I contact web hosting company
?
i googled my question there was nothing except incomplete answers.
@igniter786 That’s because an infinite number of things can lead to a 500 error. A 500 error isn’t one specific problem, that’s why there isn’t one “100% solution”.
Instead, look in your error log and find out why your application is throwing a 500 error, and then fix that issue.