Hacker News new | ask | show | jobs
by ezegolub 4414 days ago
Does someone have a high level overview of how this works? The only route in is through signing up and i don't want to hand over my CC# just to see what's this about.
2 comments

This preview was published after the announcement: http://mattstauffer.co/blog/getting-your-first-site-up-and-r...

Forge is essentially a platform that makes it very easy to provision a Laravel-ready server (though it states it works with other frameworks too). It's a replication of Laravel Homestead (http://laravel.com/docs/homestead) on a server, so you can have the same development and production environments.

Use digitalocean api to create servers and ssh into them to do stuff.