framework
framework copied to clipboard
Taxonomy route allow term parameter
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 () {}]);