We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Resolves license identifiers to their corresponding template filenames.
This class maintains a mapping of supported open-source licenses to their template files and provides methods to check support and resolve licenses.
\FastForward\DevTools\License\Resolver
\FastForward\DevTools\License\ResolverInterface
Resolves a license identifier to its template filename.
public resolve(string|null $license): string|null
Parameters:
$license
Return Value:
The template filename if supported, or null if not