Georgi Kovachev
Georgi Kovachev

Reputation: 643

Laravel 5: use homestead in production

It is good to use homestead in development. But is it also good to use homestead in production? If yes, should I run virtual box always? If I host my app to clouding service, ex: AWS, how can homestead work? Thanks

Upvotes: 10

Views: 1661

Answers (1)

user4596113
user4596113

Reputation:

There's a script on Laravel's Github repo that tells you everything Homestead installs.

As far as using it in production, especially in AWS where you can easily choose another Linux box more suitable as a web server, I would seriously advise against it.

Upvotes: 1

Related Questions