Blog

A Practical Guide to RAG Using the New Laravel AI SDK

February 19, 2026

The awesome team at Tighten published a great document on how to implement RAG in a Laravel project with semantic search and vector databases. 

Laravel Collections

September 30, 2025

I you do any work with arrays in Laravel or Craft you will instantly benefit for harnessing the power and utility of Laravel Collections. For Laravel, for Craft

Actions

June 19, 2025

Great concise video on Laravel actions, how to create them and how to test them.

abort_if

June 19, 2025

Another handy little Laravel helper, abort_if. Perfect little helper inside actions when things go wrong. 

Laravel 'wasRecentlyCreated'

June 19, 2025

Great little Laravel model tip. Use the "wasRecentlyCreated" model attribute to check if your model was created or found 👍

Laravel + React

December 16, 2024

It's hard to beat Laravel for backend development and React is a force for front end development. Inertia.js is the little bridge flowing the traffic between the two. This YouTube series does a 🧨 job of explaining how to make it happen. 

Fetch PHP

September 23, 2024

FetchPHP is a PHP library that mimics the behavior of JavaScript’s fetch API using the powerful Guzzle HTTP client. 🐕