Mock API Tool

I few months ago a friend of mine was doing some frontend development and need to mock out some API calls. In the past I’ve used tools like apiary or swagger to document APIs and even mock out endpoints. He was in a rush so neither were a great option. Both of these tools require ...

Run PHP7.0.0alpha1 on Wamp Server

12. June 2015 Blog 4
I wanted to test out the new php7.0 alpha release in my local environment. I currently am running Windows 8.1 with Wamp Server installed. Wamp Server obviously doesn’t have a version to download yet with php7 so I figured I would try to get it to work myself. Here are the steps I took to ...

Laravel 5 / Lumen Code Generator

18. May 2015 Blog 0
So when I first started using MVC frameworks in PHP the first framework I really dove into was Yii. One of the coolest things about Yii is they have a code generator called Gii. Gii would look at your database and create Models, Controllers, and even Views for basic CRUD automatically. Laravel has something similar ...