Unit testing your Laravel controllers

25th February 2018 3:50 pm

In my previous post I mentioned some strategies for refactoring Laravel controllers to move unnecessary functionality elsewhere. However…

Put your Laravel controllers on a diet

18th February 2018 6:10 pm

MVC frameworks are a tremendously useful tool for modern web development. They offer easy ways to carry out common tasks, and enforce a…

Using Lando as an alternative to Vagrant

4th February 2018 12:12 am

Although Vagrant is very useful for ensuring consistency between development environments, it's quite demanding on system resources. Running…

How I deploy Laravel apps

29th January 2018 10:00 pm

A while back I provided details of the web server setup I used for Django applications. Nowadays I tend to use Laravel most of the time, so…