Skip to main content

Laravel 13: The Unwritten API

A guide to usable but undocumented concepts

Every entry is a public, realistically usable method or class that is absent from the official Laravel documentation, verified against a tagged framework release and backed by a real, runnable code example - never a productivity shortcut, never pseudocode.

An unfolding layer reveals hidden code underneath, illustrating the book's theme of undocumented Laravel APIs

Undocumented, not obscure

Every entry is public and realistically usable in an application, absent from the official docs by exact method or class name, and never a trivial alias with no instructional value of its own.

Verified against the source

Every claim is re-checked against the actual tagged laravel/framework source and the laravel/docs branch, not just against a plan written once and left untouched.

Real, runnable examples

Every snippet is extracted from a companion Laravel application and proven green by its own Pest test suite - never invented pseudocode.