resource_router icon indicating copy to clipboard operation
resource_router copied to clipboard

Does setUri do anything?

Open billymedia opened this issue 9 years ago • 0 comments

I have this:

'shop/:any' => function($router,$wildcard){
        $router->setUri('shop/home/category/'.$wildcard);
}    

Doesnt do anything. When i output $this->uristring from within the plugin, its shop/blah and not the new uri.

Basically, i need to shorten shop urls.

billymedia avatar Dec 04 '15 15:12 billymedia