Liveblog - start work
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user