Skip to content

Boost guidelines not detected when filament/filament is a sub-dependency #390

@somegooser

Description

@somegooser

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:

  1. Create a project where filament/filament is required by another package.
  2. Run php artisan boost:install.
  3. The third-party guidelines selection will not show filament/filament as an option.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions