The verdict of a resolution. `Valid`: the whole graph closes with no warnings. `BootableWithWarnings`:
everything required closes but a suggested capability is missing. `LegacyCompatible`: required
dependencies close, but through a permitted legacy adapter. `Blocked`: a required contract or
capability is missing (or conflicts), so boot must not proceed.
ResolutionStatus::cases()
public static functioncases():array
ResolutionStatus::from()
public static functionfrom(string|int$value): static
Parameters
Parameters of from()
Name
Type
Description
$value
string|int
ResolutionStatus::tryFrom()
public static functiontryFrom(string|int$value): ?static