I think there are some issues with the new OS X El Capitan. I keep getting this error: /usr/local/include is not writable. I've tried installing Laravel valet and PHP7 but couldn't. Any help please?
It should be writable for your user account, otherwise you can use sudo.
Your question should have an OS X tag.
But honestly OS X is already shipped with Apache built in, so I don't understand the fuzz about Valet, seems redundant :-)
Jakub
Web Developer
Did you installed php7 over homebrew?
However
$ sudo chown -R $USER:admin /usr/local/includeshould fix this.