Liveblog - start work

This commit is contained in:
NH Gooi
2026-02-08 20:43:55 +01:00
parent 733e18531f
commit b78379f268
7 changed files with 375 additions and 353 deletions

View File

@@ -27,6 +27,7 @@ Route::get('/nieuws/zoeken', function(Illuminate\Http\Request $request) {
}
return redirect('/nieuws');
});
Route::get('/nieuws/liveblog/{id}/{title}', 'NewsController@liveblog')->where(['id' => '\d+'])->name('nieuws.liveblog');
Route::get('/blog/{id}/{title}', 'NewsController@blog')->where(['id' => '\d+'])->name('blog');
Route::get('/blog', 'NewsController@activeblog');