Open-Source Wikis

/

Laravel

/

Reference

laravel/laravel

Reference

Detailed reference material for the skeleton. The pages here exist to be looked up, not read end-to-end.

Page What's in it
Configuration Every env var in .env.example and which config/*.php key it drives
Data models App\Models\User fields, casts, factory states; every table column
Dependencies Every Composer require/require-dev, every npm devDependency

For narrative documentation, see the overview, systems, and how-to-contribute sections.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Reference – Laravel wiki | Factory