v1.8.0

Ollie Read

PHP & Laravel Development

[DRAFT] Laravel modules, without over-engineering

A modular approach with Laravel can often be useful, and you'd be surprised how simple it is to achieve. There's no need for large complex packages or refactoring of the core. In this tutorial, I'll take you through a few different approaches to this, dependant on what level of automation/integration you're looking for.

[DRAFT] Laravel JWT, without over-engineering

Using JWT based authentication is arguably one of the simplest types of API authentication, though there are a lot of overly complex implementations. In this tutorial I'll show you how to create a JWT implementation in your Laravel application, using both Laravels auth functionality and a standalone implementation that circumvents it.