Blog posts tagged 'Laravel'

Checklist for setting up a new Laravel app

25 July 2017

As I build more stuff with Laravel, I realise that the process for starting up a new project is more or less the same each time. This post is a summary of the steps that I normally take to kick off a new app. Read more

Tags: Laravel

Skip to navigation

DRY resource controllers in Laravel

04 April 2017

Handling basic form submissions in Laravel controllers can be a chore, with repeated code doing similar things over and again. The approach I've been using to get DRY-er code is to abstract out form submissions, making them much less laborious and less prone to error. Read more

Tags: Laravel PHP

Skip to navigation