work in progress: removed applayout from pages, trying to get broadcasting to work
linter / quality (push) Failing after 1m35s
tests / ci (8.3) (push) Failing after 1m34s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m3s

This commit is contained in:
Daan Meijer
2026-06-15 01:19:26 +02:00
parent 16a6962149
commit 1d1ca88aea
16 changed files with 720 additions and 22 deletions
+1
View File
@@ -18,4 +18,5 @@ Route::middleware(['auth', 'verified'])->group(function () {
Route::post('/chats/{chat}/messages', [MessageController::class, 'store'])->name('chats.messages.store');
});
\Illuminate\Support\Facades\Broadcast::routes();
require __DIR__.'/settings.php';