laravel-bir-regon

← Documentation

Laravel Boost support

Laravel BIR REGON ships an optional agent skill for Laravel Boost. The skill gives supported AI coding agents package-specific instructions without loading the complete documentation into every conversation.

What the skill covers

The bir-regon-development skill describes:

The source is distributed with the package at:

resources/boost/skills/bir-regon-development/SKILL.md

Install with Laravel Boost

Laravel Boost is a development dependency of the consuming application, not a runtime dependency of Laravel BIR REGON:

composer require laravel/boost --dev
php artisan boost:install

During installation, select skills and the AI agents used by the project. Boost detects the package through Composer and offers its skill for installation.

Discover the skill in an existing Boost installation

When Laravel BIR REGON is added after Boost has already been configured, scan the application for newly available package resources:

php artisan boost:update --discover

Use the regular update command later to refresh resources that are already installed:

php artisan boost:update

Optional integration

The skill does not affect application execution, API requests, or production dependencies. Projects that do not use AI coding agents can ignore it. The PHP package API remains fully documented in this directory.

Continue with Basic usage.