Things to see and do.
- Laracon videos
- Refactoring to Collections
- Dev Tools Debugging (breakpoints, watchers, exceptions etc.)
Things to see and do.
https://twitter.com/noncototient/status/905629388758073344
Timber — opinionated, good for getting started
Dhopify — blank slate, more control & more advanced
which apachectl
/usr/local/bin/apachectl
I expect that response if the Homebrew version of Apache is running.
Putty Gen, convert Homestead\.vagrant\machines\default\virtualbox\private_key to .ppk for Putty to use.
username is vagrant.
If you get service specific error code 1 this relates to an IP/port conflict.
In my case Apache was listening to an IP address no longer attached to the system.
In httpd.conf there was Listen 192.168.0.20:80, which was an out of date IP. This line is usually unnecessary, but for me to get Apache to respond to the computer name I needed it.