mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
recurring meetup events
This commit is contained in:
@@ -151,6 +151,10 @@ Route::middleware([])
|
||||
Route::get('overview', \App\Http\Livewire\Meetup\MeetupTable::class)
|
||||
->name('table.meetup');
|
||||
|
||||
Route::get('/meetup-events/form/{meetupEvent?}', \App\Http\Livewire\Meetup\Form\MeetupEventForm::class)
|
||||
->name('event.form')
|
||||
->middleware('needMeetup');
|
||||
|
||||
Route::get('/meetup-events/l/{meetupEvent}', \App\Http\Livewire\Meetup\LandingPageEvent::class)
|
||||
->name('event.landing');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user