-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Config option to set TreeRouteStack::baseUri #3
Comments
6 years passed since original post.. who can clearly describe how to use |
Create and register a factory for the helper which uses the configuration. Here is an example. |
@froschdesign thanks for the reply! questions:
thanks! |
The
This new / unreleased package extracts the MVC components from laminas-view with the goal of using laminas-view and its Url helpers as a standalone and providing (better) CLI support. If you have any further questions, please use the forum or the chat. |
In every project I see people working around the Url ViewHelper not working in console context.
If there was a config option like below we could have one standardized way of solving this.
Example of my latest workaround: https://stackoverflow.com/a/52248041/1899162
Secondarily we could then also use this option to make the ServerUrl ViewHelper work in console context.
@weierophinney do you want this PR for this repository or for Zend\View?
Originally posted by @Erikvv at zendframework/zend-router#51
The text was updated successfully, but these errors were encountered: