I created my first Laravel (3.2) app awhile back on a VPS that I had. Now, the time has come for me to move to a dedicated server, and I need to move that app to the new server.
I used RSYNC via SSH and transferred everything over to the new server, but when I pull up the webpage in my browswer (public folder), I see a blank page.
I can pull up a file in my public folder, but not the app.
What could I be missing?