We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I set up in config:
console: url: http://domain.tld/path
and then use Nette\Application\LinkGenerator or Nextras\Application\LinkFactory in a command:
Nette\Application\LinkGenerator
Nextras\Application\LinkFactory
$this->linkFactory->link('Presenter:method', ['code' => $code]);
it returns me http://domain.tld/ABCDEF instead of http://domain.tld/path/ABCDEF.
http://domain.tld/ABCDEF
http://domain.tld/path/ABCDEF
The text was updated successfully, but these errors were encountered:
I forgot the version numbers:
Sorry, something went wrong.
Hi, thanks for reporting this. Tbh, I don't think the extension should try to autodetect this. But I'll add a configuration option for it.
dc20fb6
allow to configure script path for fake url
b22980d
[Fixes #67]
No branches or pull requests
When I set up in config:
and then use
Nette\Application\LinkGenerator
orNextras\Application\LinkFactory
in a command:it returns me
http://domain.tld/ABCDEF
instead ofhttp://domain.tld/path/ABCDEF
.The text was updated successfully, but these errors were encountered: