Try this, please note that the order matters.
Route::get('publications', function()
{
});
Route::get('{research-line-slug}/publications', function($research-line-slug)
{
});
Route::get('{research-line-slug}/{research-group-slug}/publications', function($research-line-slug,$research-group-slug)
{
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community