Skip to content

Installer

install generates app/Providers/PulsarServiceProvider.php and wires explicit listener and Command discovery. It is idempotent and avoids modifying a bootstrap chain it cannot parse safely.

Generated wiring

TargetEffect
app/Providers/PulsarServiceProvider.phpGenerated application binding provider
bootstrap/providers.phpRegisters the generated provider once
bootstrap/app.phpAdds listener and glob-expanded Command discovery

Use --dry-run to inspect the planned diff. --force restores the generated provider while preserving existing wiring.