EbrahemSamer's avatar

How to reinstall and setup an existing laravel project on another server?

I've done working on project with laravel and the client want to achieve something....

He needs simple way to install the same project on a new server with new domain...

for example: if the project on this domain: test.com

He need to go to the cpanel and Compress all files in as ZIP File and upload it in a different cpanel at new domain for ex: ABC.com

How to make something similar.

0 likes
1 reply
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Well the database would be a problem, unless it is sqlite. Otherwise you can in theory just zip it and send it over :)

1 like

Please or to participate in this conversation.