Home > other >  Is there a way to rebuild a Laravel site if I have all the files locally?
Is there a way to rebuild a Laravel site if I have all the files locally?

Time:02-10

I got tasked with fixing a site that I have no access to the host. I have the entire site directory, and the site is built on Laravel framework. Can someone give me directions or point me to a guide on taking this site directory and setting it up locally either in WAMP or Docker and getting the database set back up so that I can work on fixing the issues to the site and re-uploading it to a new host?

CodePudding user response:

Install laragon, then create an empty folder in the C:/laragon/www folder and move your files there.

Using heidi sql in laragon, create a database for the project.

Run your migrations.

Start laragon and all should go well.

  •  Tags:  
  • Related