framework icon indicating copy to clipboard operation
framework copied to clipboard

Taxonomy route allow term parameter

Open jlambe opened this issue 8 years ago • 0 comments

The current tax route condition only handle the taxonomy parameter.

Currently the framework lacks a way to specify the taxonomy term parameter in order to get more fine tuned routing.

Route::get('tax', ['taxonomy-name', 'term-name', function () {}]);

jlambe avatar Dec 29 '16 10:12 jlambe