The Experts Are Lying To You | S1 E2 | Big Tech on Point Podcast

Hi again everyone, this is Johno, and this is Big Tech on Point #btop, coming in with the first proper episode of the Podcast, which is The Experts Are Lying To You. And they probably are, to be honest, they are probably lying to you about a couple of things. They are probably lying about …

Super Quick Tutorial: Using Laravel Configurations stored in the Database

The Problem / Situation You want to store some configurations from the UI, so that your system can be used to do something at runtime. Maybe it’s rate limits, or site titles, or something. The Super Quick Solution Build a storage mechanism (probably a migration and model) to store your tables. I’ll assume you’ve created …

Introducing the Laravel Super Quick Tutorial Series

I keep trying to get around to writing blog posts, little tips and tricks and things I’ve found when working with Laravel, to pass on answers to questions I’ve been asked, things I’ve taught to colleagues and peers, and the like. But writing long winded tutorials takes ages, so I never get around to it. …