Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hintergrundbild für Anmeldebildschirm pro Gemeinde einrichten. #39

Open
tpokorra opened this issue Aug 31, 2020 · 2 comments
Open

Hintergrundbild für Anmeldebildschirm pro Gemeinde einrichten. #39

tpokorra opened this issue Aug 31, 2020 · 2 comments

Comments

@tpokorra
Copy link
Contributor

das müsste in den Einstellungen zu konfigurieren sein.

@Korak-997
Copy link
Contributor

Kann ich mehr informationen davon bekommen ? Vielleicht ich kann darauf arbeiten !

@tpokorra
Copy link
Contributor Author

@Korak-997 schau es dir mal an, bei Fragen melde dich bei mir!

Das Datenmodell (Tabelle tenant) muss erweitert werden, um eine Spalte vom Typ Blob für das Hintergrundbild.
Dazu muss man in Laravel eine Migration anlegen: https://laravel.com/docs/8.x/migrations#generating-migrations
Blob Column Type: https://laravel.com/docs/4.2/schema#adding-columns

Im Admin Bereich muss eingerichtet werden, dass der Benutzer für seinen Tenant das Hintergrundbild hochladen kann.
Diese Dateien hängen damit zusammen:

Hier wird beschrieben, wie man eine Bilddatei als Blob speichert, über base64: https://laracasts.com/discuss/channels/laravel/how-to-save-image-as-blob?page=0

Bei der Anmeldung für den Gottesdienst muss dann je nach Tenant das entsprechende Hintergrundbild geladen werden:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants