autors overview

This commit is contained in:
HolgerHatGarKeineNode
2023-03-15 16:07:57 +01:00
parent 3da39e240f
commit 5f677d3a2c
17 changed files with 171 additions and 12 deletions

View File

@@ -26,6 +26,10 @@ Route::middleware([])
->get('/news', \App\Http\Livewire\News\ArticleOverview::class)
->name('article.overview');
Route::middleware([])
->get('/news/authors', \App\Http\Livewire\News\AuthorsOverview::class)
->name('authors.overview');
/*
* News
* */