What's the easiest way to get that going? I'm not a fan of WAMP any other options to get the AMP stack on a Mac book pro?
Ask HN: PHP 7 local development server?
1–4 of 4 posts
Re: Ask HN: PHP 7 local development server?
#2I would say, go with vagrant and laravels homestead box, which comes with PHP 7 already. The documentation is great, so you should be up and running in less then an hour.
Re: Ask HN: PHP 7 local development server?
#3Vagrant.
Re: Ask HN: PHP 7 local development server?
#4use the built-in webserver: php -S localhost:8000