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

# My Packages

> A list of Laravel packages developed and published by the site author. Links to documentation for each package.

## Overview

This section contains documentation for Laravel packages developed and published by the site author. See each package's page for installation instructions, configuration, and usage details.

## Package List

<CardGroup cols={2}>
  <Card title="Laravel Bluesky" icon="butterfly" href="/en/packages/laravel-bluesky/index">
    A Laravel package for AT Protocol / Bluesky. Supports posting, authentication, notifications, feed generators, labelers, and more.
  </Card>

  <Card title="GitHub Copilot SDK for Laravel" icon="code" href="/en/packages/laravel-copilot-sdk/index">
    An SDK for building GitHub Copilot Extensions (Chat Extensions) with Laravel. Supports agent loops, skills, MCP integration, and more.
  </Card>

  <Card title="Amazon Bedrock driver for Laravel AI SDK" icon="aws" href="/en/packages/laravel-amazon-bedrock">
    An Amazon Bedrock driver for Laravel AI SDK. Supports text generation, streaming, tool use, structured output, embeddings, and more.
  </Card>

  <Card title="Laravel Console Starter Kit" icon="terminal" href="/en/packages/laravel-console-starter/tutorial">
    A starter kit for console applications using Laravel's `artisan` commands.
  </Card>

  <Card title="Laravel Boost Custom Agent for GitHub Copilot CLI" icon="terminal" href="/en/packages/laravel-boost-copilot-cli">
    A package that adds a custom GitHub Copilot CLI agent to Laravel Boost, with strong Testbench support.
  </Card>

  <Card title="Laravel Boost Custom Agent for PhpStorm with GitHub Copilot" icon="rectangle-code" href="/en/packages/laravel-boost-phpstorm-copilot">
    A package that adds a Laravel Boost custom agent for the PhpStorm GitHub Copilot plugin. Supports macOS/Windows/Linux/WSL.
  </Card>

  <Card title="Laravel Nostr" icon="network-wired" href="/en/packages/laravel-nostr">
    A Laravel package for the Nostr protocol. Supports key management, event operations, pool, NIP-05/NIP-17, and Laravel Notifications integration.
  </Card>

  <Card title="Laravel Notification for Discord(Webhook)" icon="discord" href="/en/packages/laravel-notification-discord-webhook">
    A Laravel package for sending notifications to Discord via Webhook. No Bot, no WebSocket — just configure a Webhook URL and start sending.
  </Card>

  <Card title="Socialite for Discord" icon="discord" href="/en/packages/socialite-discord">
    A Laravel Socialite driver for Discord OAuth2 authentication.
  </Card>
</CardGroup>


## Related topics

- [Laravel Package Skeleton — the official starter template for packages](/en/blog/package-skeleton-introduction.md)
- [Laravel Package Skeleton — le template de démarrage pour packages officiels](/fr/blog/package-skeleton-introduction.md)
- [Laravel Package Skeleton — Plantilla oficial para paquetes](/es/blog/package-skeleton-introduction.md)
- [Laravel Package Skeleton – Starter-Template für offizielle Pakete](/de/blog/package-skeleton-introduction.md)
- [Laravel Package Skeleton — template starter per pacchetti ufficiali](/it/blog/package-skeleton-introduction.md)
