Check the status and configuration of a Laravel/Filament package
Check package status, structure, dependencies, and integration for Laravel/Filament packages. Use when debugging installation issues or verifying package setup.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install laravel-filament-package-development-specialist@mwguerra-marketplace<vendor/package-name>Display comprehensive status information about a Laravel or Filament package.
Specify the package: vendor/package-name
╔══════════════════════════════════════════════════════════════╗
║ Laravel Package Status Report ║
╠══════════════════════════════════════════════════════════════╣
║ Package: vendor/package-name ║
║ Version: 1.0.0 ║
║ Path: packages/vendor/package-name ║
╠══════════════════════════════════════════════════════════════╣
║ Structure: ║
║ ✓ composer.json ║
║ ✓ src/ServiceProvider.php ║
║ ✓ config/package.php ║
║ ✗ tests/ (missing) ║
╠══════════════════════════════════════════════════════════════╣
║ Testing: ║
║ ✗ PestPHP not configured ║
║ Run: /setup-pest-testing vendor/package-name ║
╠══════════════════════════════════════════════════════════════╣
║ Project Integration: ║
║ ✓ Path repository configured ║
║ ✓ Package in require block ║
║ ✓ Symlink active ║
╚══════════════════════════════════════════════════════════════╝
Based on status, suggests next steps like: