> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

> Laravelの知識を深めるドキュメントサイト / A documentation site for deepening your Laravel knowledge

## Laravel の知識を深めよう

チュートリアルから応用トピックまで、Laravel を幅広くカバーするドキュメントサイトです。

<CardGroup cols={2}>
  <Card title="チュートリアル" icon="graduation-cap" href="/jp/introduction">
    Laravelの基本から学ぶ入門ガイド。インストールからルーティング、Eloquent、認証まで順を追って解説します。
  </Card>

  <Card title="ガイド" icon="book-open" href="/jp/lifecycle">
    実践的な機能の詳細解説。クエリビルダ、キュー、イベント、キャッシュなど中級者向けのトピックを網羅します。
  </Card>

  <Card title="応用トピック" icon="flask" href="/jp/advanced/index">
    フレームワークの内部まで踏み込んだ上級ガイド。デザインパターン、パッケージ開発、Eloquent 深掘りなどを扱います。
  </Card>

  <Card title="ブログ" icon="newspaper" href="/jp/blog/index">
    機能ごとに分けられない記事。新バージョンの紹介やアップグレードガイドなどをまとめています。
  </Card>

  <Card title="マイパッケージ" icon="box" href="/jp/packages/index">
    管理者が開発・公開しているLaravel向けパッケージの一覧。各パッケージのドキュメントへのリンクをまとめています。
  </Card>
</CardGroup>

***

## Deepen Your Laravel Knowledge

A documentation site covering Laravel from tutorials to advanced topics.

<CardGroup cols={2}>
  <Card title="Tutorial" icon="graduation-cap" href="/en/introduction">
    A beginner's guide to Laravel. Step-by-step coverage of routing, Eloquent, authentication, and more.
  </Card>

  <Card title="Guide" icon="book-open" href="/en/lifecycle">
    In-depth explanations of practical features. Covers architecture, queues, caching, and other intermediate topics.
  </Card>

  <Card title="Advanced Topics" icon="flask" href="/en/advanced/index">
    Deep dives into Laravel internals. Design patterns, package development, advanced Eloquent, and more.
  </Card>

  <Card title="Blog" icon="newspaper" href="/en/blog/index">
    Articles that go beyond individual features. New version introductions, upgrade guides, and more.
  </Card>

  <Card title="My Packages" icon="box" href="/en/packages/index">
    Packages developed and published by the site author. Documentation for Laravel packages covering AI, social, and more.
  </Card>
</CardGroup>
