How to deploy Laravel website on a VPS server? guys can you guide me on uploading my laravel website to a VPS server?
Build your LNMP server environment.
2.Upload your Laravel project to web public folder.
@moyuboy thanks. i'm uploading it now to the public_html/ folder.
question, do i need to config something in my project folder? like routings etc. ?
@moyuboy hi i already uploaded the folder and change its permissions to 777, but still it showing 403 forbidden when i tried to open the url.
@tealiedie this tutorial may help. You can search "digitalocean. laravel app" and you will find a lot of other tutorials
@tealiedie , only storage folder need permission 777, other folders just remain the default 644.
And the website folder should be 'public ' folder of your laravel project, not the project root!
Please sign in or create an account to participate in this conversation.