I have been working on a laravel5 project on a ubuntu server, but now I want to continue on another server, but don't know how .
I'm just copy and paste on the another server, and the project is in the "/var/www/html" folder, but the webpage always show the original page "LARAVEL5", I can't see my project on the webpage.
painless way is copy all file of your project to new server , remember , including your vender folder,ALL files needed.
then do step 2 like @petrit says : php artisan cache:clear