Output Formats
Prune can render its report in three formats: a console table (default), JSON, and HTML. Choose one with the --format option or the format config key.
Blade Analysis
In addition to PHP classes, Prune can detect unused Blade views in Laravel projects. It discovers all your Blade templates, collects every reference to a view, and reports the templates that are never referenced.
CI Integration
Prune is designed to run in continuous integration. It exits with a non-zero status code when orphans are found, so any CI system can fail the build automatically.