February 4, 2019
New Laravel Package: Laravel Vue.js Route
Last night I was tinkering around with a new Laravel application I am buiilding and I finally decicded to attempt something I'd been wanting to do for a while. Most of my Laravel development consists of me creating a bunch of API endpoints and then...
ReadJune 13, 2017
Consuming Your Own API in Laravel
There 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...
ReadJanuary 6, 2019
2019 Goals
You're probably saying to yourself right now "Everyone makes New Year's resolutions... why are you any different?" And you're pretty much right. But I don't care. I don't want to call them...
ReadJanuary 6, 2017
Automating Laravel Homestead On Windows
I 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. Now that I’m back on Windows I knew I...
ReadAugust 4, 2016
Quick Apache Log Analytics
Today 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...
Read