Stand: SMTP-Test, Admin-Mail-Tab, Notifiable-Fix, Lazy-Quill
- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
13
vendor/laravel/sail/stubs/soketi.stub
vendored
Executable file
13
vendor/laravel/sail/stubs/soketi.stub
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
soketi:
|
||||
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
||||
environment:
|
||||
SOKETI_DEBUG: '${SOKETI_DEBUG:-1}'
|
||||
SOKETI_METRICS_SERVER_PORT: '9601'
|
||||
SOKETI_DEFAULT_APP_ID: '${PUSHER_APP_ID}'
|
||||
SOKETI_DEFAULT_APP_KEY: '${PUSHER_APP_KEY}'
|
||||
SOKETI_DEFAULT_APP_SECRET: '${PUSHER_APP_SECRET}'
|
||||
ports:
|
||||
- '${PUSHER_PORT:-6001}:6001'
|
||||
- '${PUSHER_METRICS_PORT:-9601}:9601'
|
||||
networks:
|
||||
- sail
|
||||
Reference in New Issue
Block a user