I didn't get it, you need to move your project folder to your public_html folder or you need to set up your public folder somewhere else?
Jan 6, 2021
2
Level 1
Redirecting public_html to Laravel project folder
Hello, I'm currently trying to install my laravel project on my shared hosting. So my project is linked to my private repository over ssh and every time I did an update I'll run git pull command to pull my changes, and for this to work without any conflicts I need to make sure I don't do any changes into my project. This includes not to move my public folder into public_html folder, so is there's any way I could make public_html to go to my project's public folder?
It should be something like this
public_html -> Redirect to /../Project/public
Please or to participate in this conversation.