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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your autolinking feature is awesome. But it would be even better if there could be either
```shell composer install torchlight-api/torchlight [tl! autolink] ```
to allow for non-http(s) and non-www URLs to be linked which either
true
<?php return [ 'links' => [ // either 'protocols' => [ 'https', 'ftp', 'vscode' ], // or 'protocols' => [ 'https' => true, 'http' => false, // or 'ftp' => [ '/^ftp:\/\/(?<username>(.*)(?=:)):(?<password>(.*)(?=@))@(.*)$/', 'ftp://$url?username=$username&password=$password' ], // or 'vscode' => fn (string $url) => explode('?', $url)[0], ], ], ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Your autolinking feature is awesome. But it would be even better if there could be either
to allow for non-http(s) and non-www URLs to be linked which either
true
or an array list)The text was updated successfully, but these errors were encountered: