Alphyo's avatar

[Homestead/newbie question] I finally managed to have my first test app up and running. Please, could you tell me how to resume it after restarting/shutting down my laptop?

As per title, the whole process will give me nightmares.

Anyway, how do you guys proceed when you have to restart the homestead server and have the site up and running to keep working with it the day after?

Should I git bash the Homestead(master) folder under C:\Users\myname\Homestead, running vagrant up, then vagrant ssh?

Or should I do the above in the actual project folder?

I created and mapped a' newbieWebsites' folder on my desktop and I created (via the command 'laravel new ....') 'myfirstapp' inside that is currently running on my browser. Should I re-run the command in this folder tomorrow?

Thanks!!

0 likes
2 replies
MarianoMoreyra's avatar

Hi @alphyo

If you really suffered with all that process as I did, and if you are using Windows, I'll recommend that you change to Laragon: https://laragon.org/

It's really easy to get up and running a test app, and any amount of apps you want and it doesn't depend on any Virtual Machines, nor booting anything at all, so it really makes a huge difference regarding speed and resources usage.

You just create a new folder inside your laragon root folder, and you'll automatically have a new project with a local domain created to immediately access it.

For example, if you install it on C:\laragon you will have your projects under www If you create a subfolder named my-new-project you will automatically be able to access it at http://my-new-project.test

There you can install Laravel on your own, or you can use it's Quick App feature which allows you to choose between a Laravel, Wordpress and/or Drupal installation and it will prepare everything on your behalf.

You should definitely give it a try!

Alphyo's avatar

Hi, thanks a lot for the answer. That Laragon was my first choice even before attempting that painful attempt via Homestead. Unlucky I can't go with Laragon atm due to specific indication coming from the boss.

Please or to participate in this conversation.