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:
17
vendor/laravel/sail/stubs/minio.stub
vendored
Executable file
17
vendor/laravel/sail/stubs/minio.stub
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
minio:
|
||||
image: 'minio/minio:latest'
|
||||
ports:
|
||||
- '${FORWARD_MINIO_PORT:-9000}:9000'
|
||||
- '${FORWARD_MINIO_CONSOLE_PORT:-8900}:8900'
|
||||
environment:
|
||||
MINIO_ROOT_USER: 'sail'
|
||||
MINIO_ROOT_PASSWORD: 'password'
|
||||
volumes:
|
||||
- 'sail-minio:/data'
|
||||
networks:
|
||||
- sail
|
||||
command: minio server /data --console-address ":8900"
|
||||
healthcheck:
|
||||
test: ["CMD", "mc", "ready", "local"]
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
Reference in New Issue
Block a user