Laravel Package Version
12
Laravel Version
12
PHP Version
8.4.15
System Info
macos with herd
Description
When filament/filament is installed as a sub-dependency of another package rather than directly in the root composer.json, Laravel Boost fails to detect the guidelines file at vendor/filament/filament/resources/boost/guidelines/core.blade.php.
Steps To Reproduce
Here’s how to reproduce the issue:
- Create a project where filament/filament is required by another package.
- Run php artisan boost:install.
- The third-party guidelines selection will not show filament/filament as an option.
- The Filament guidelines are not included in CLAUDE.md.
The expected behaviour is that Boost should detect the vendor/filament/filament/resources/boost/guidelines/core.blade.php file regardless of whether filament/filament is a direct dependency or a sub-dependency.