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
| Target | Effect |
|---|---|
app/Providers/PulsarServiceProvider.php | Generated application binding provider |
bootstrap/providers.php | Registers the generated provider once |
bootstrap/app.php | Adds listener and glob-expanded Command discovery |
Use --dry-run to inspect the planned diff. --force restores the generated provider while preserving existing wiring.