Reputation: 643
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
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