Configuring Test Suites (PHPUnit) with PHPStorm

Configuring Test Suites (PHPUnit) with PHPStorm

I am a very big fan of test-driven development (TDD) and I believe in using tests to verify that a codebase is reliable and stable. I believe in using TDD to produce stable systems and to effectively test software and…

BotMan Intro With Laravel Part 2: Slack Integration

BotMan Intro With Laravel Part 2: Slack Integration

If you followed my previous article regarding setting up BotMan with Laravel and writing your first bot then awesome! If not then check out part 1 here. For part 2, we are now going to cover setting up our BotMan…

Travis Setup With Laravel and PHPUnit

Travis Setup With Laravel and PHPUnit

Why Travis? I recently gave a talk at a local PHP Meetup in Cape Town discussing the basics of using Travis CI and how to implement it in a laravel project. I use Travis CI personally for my hobby projects…