reworked the guest pwa, modernized start and gallery page. added share link functionality.
This commit is contained in:
@@ -276,6 +276,9 @@ Route::view('/e/{token}/{path?}', 'guest')
|
||||
->where('token', '.*')
|
||||
->where('path', '.*')
|
||||
->name('guest.event');
|
||||
Route::view('/share/{slug}', 'guest')
|
||||
->where('slug', '[A-Za-z0-9]+')
|
||||
->name('guest.share');
|
||||
Route::middleware('auth')->group(function () {
|
||||
Route::get('/tenant/events/{event}/photos/archive', EventPhotoArchiveController::class)
|
||||
->name('tenant.events.photos.archive');
|
||||
|
||||
Reference in New Issue
Block a user