dij-digital / laravel-boost-guidelines
Shared Laravel Boost AI guidelines for DIJ Digital projects
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/dij-digital/laravel-boost-guidelines
Requires
- php: ^8.2
This package is not auto-updated.
Last update: 2026-01-14 01:42:56 UTC
README
Shared AI guidelines for Laravel Boost in DIJ Digital projects.
Installation
composer require dij-digital/laravel-boost-guidelines --dev
Then enable the guidelines by adding them to your boost.json:
{
"guidelines": [
"dij-digital/laravel-boost-guidelines"
]
}
Or run php artisan boost:install and select the package when prompted for third-party guidelines.
Finally, update your AI guidelines:
php artisan boost:update
The guidelines will now be included in your AI context.
Adding Guidelines
Add .md files to resources/boost/guidelines/:
resources/
└── boost/
└── guidelines/
└── controllers.md
└── testing.md
└── services.blade.php