Thoughts on web development, Laravel, PHP, and solving problems day to day.
Originally presented at the PHP Adelaide meetup in June 2017, this talk aims to serve as an introduction to the Laravel Framework and some of its most common and powerful aspects.
If you've ever found yourself in a situation where you need to quickly whip up a new application user and fire off a password reset email, this might be the package for you.
Originally presented at the PHP Adelaide meetup in May 2017, this talk aims to serve as a very high-level overview of concepts, groups, and methodologies modern PHP developers should be consi
There are a number of different ways to handle forms in Laravel, whether using helpers or writing HTML by hand, but I consider this approach elegant and easy to work with in most cases.
From time to time, I will need to perform a PATCH-style - or partial - update of a model via a HTTP request. The first instinct for this might be to use a bunch of conditionals, but there's a
Many Laravel applications will typically follow a RESTful structure, but sometimes, you just want to have a controller responsible for a single action. This is easier than you think.
If you've ever used Laravel's environment-specific configuration in your application and found it not working after caching the configuration, read on to find out why this is the case.
Switching PHP versions when using Laravel Valet is simple with just two brew commands.
Matt Stauffer has released far and away the most comprehensive and accurate book on Laravel development to date - and it shouldn't show its age over time, either!
The Laravel Certification Program was announced at the end of the Laracon EU 2016 conference and got me excited about the possibilities, but I've thought more about it since then. I'm not ent