Jun 13, 2017Consuming Your Own API In LaravelThere have been so many times that I create a new Laravel application and I start putting routes into my routes\api.php file and try to hit that route and get the dreaded {“error”:”Unauthenticated.”} message. This message seems so counter-intuitive since Laravel ships with code that makes it seem like it…Laravel2 min readLaravel2 min read
Published indotdev·Jan 6, 2017Automating Laravel Homestead On WindowsI recently switched back to running Windows from Ubuntu on my work computer. When I was running Ubuntu I used a fork of Laravel Valet which worked great. …Laravel3 min readLaravel3 min read
Published indotdev·Oct 4, 2016Quick Apache Log AnalyticsToday I was approached with some Apache log files from the whole month of September and asked if I could help get them to into something that would help visualize them & make them searchable. After some troubleshooting and configuration I got a Graylog instance up and running, imported the…Logging5 min readLogging5 min read