Seen many posts on white screen on deploy of Laravel but nothing that I have found has worked. I have Linux with php version 7.4 and mysql 8.0.29. The directory I am shooting for is /var/www/html/
From here I tried simply uploading all the files and then changing the .env file to correspond to the db info. I am using the APP_URL as the live site. What additional steps need to be taken to get the application up and running? I do not have SSH access by the way. Any help on this would be greatly appreciated. Thank you.
PS. Here is my .env passwords removed:
@Snapey You know how it is. Cheap for my boss and I have to pay the price. I was told by the person who set up the server that html is where the site is served from.
As you know this is not ideal. Upload the laravel project to var/www and tell the person that setup the server that they need to serve the public folder.
@ErikRobles it will when you upload your project. The server admin can make the html folder into a symlink that points to your public folder and then everyone is happy.
Thank you @jlrdw I pushed the issue and insisted on ssh access and now I have it. Still have a white screen but I believe a symlink is the answer like @snapey mentioned above
@Snapey If I had to create the symlink file, what would it look like and where would I place it? I have the following just guessing but something like this...