install
Wire Pulsar discovery and its application service provider
Synopsis
install [--dry-run] [--force]
Arguments and options
--dry-run— Print the planned diff without writing files--force— Re-apply the generated provider while preserving wiring
Use
- Prerequisites
- Run from a Laravel application with readable bootstrap files.
- Effect
- Plans or applies Pulsar discovery and provider wiring.
- Generated paths or files
app/Providers/PulsarServiceProvider.phpbootstrap/app.phpbootstrap/app.php.pulsar.bak{.N}bootstrap/providers.php- Success output shape
- Reports the command outcome; file generators report their generated location.
- Expected failures
- A bootstrap chain that cannot be safely parsed is left unchanged and reports manual wiring guidance.
- Overwrite policy
- Idempotent. `--dry-run` writes nothing; `--force` re-applies only the generated provider while preserving wiring.
Checked example
pulsar install --dry-run