yii2-js-urlmanager
yii2-js-urlmanager copied to clipboard
That extension provide a way to create urls from your frontend part.
Results
3
yii2-js-urlmanager issues
Sort by
recently updated
recently updated
newest added
UrlManager.createUrl('/foo/bar', {id:10}); will return "/foo/barnull?id=10" Its automatically add "null" to the url path. Here is the Yii2 urlManager configuration: 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' =>...
bug