Extra menu-items uit site_menu tabel in database
This commit is contained in:
@@ -15,6 +15,8 @@ $app->get('/', function () use ($app) {
|
||||
return redirect('docs');
|
||||
});
|
||||
|
||||
$app->get( 'menu/special', 'MenuController@special' );
|
||||
|
||||
$app->get('nieuws/overzicht', 'NewsController@newslist' );
|
||||
$app->get('nieuws/regio/{region:[a-z0-9-]+}', 'NewsController@regionlist' );
|
||||
$app->get('nieuws/thema/{theme:[a-z0-9-]+}', 'NewsController@themelist' );
|
||||
|
||||
Reference in New Issue
Block a user