]> _ Git - psq.git/commit
email tempaltes
authorLouis Jeckel <louis.jeckel@outlook.com>
Tue, 20 Oct 2020 18:08:30 +0000 (20:08 +0200)
committerLouis Jeckel <louis.jeckel@outlook.com>
Tue, 20 Oct 2020 18:08:30 +0000 (20:08 +0200)
commitf14930a5e8fc33ba5fc70c6e59faa4987039c6ab
treeb9f552fbeea18c1075c8b82d2840bcff52bde6fc
parent28956dc8e90f6af41fc3929bbf2b9217296bbf11
email tempaltes
17 files changed:
.idea/lettre-pharma.iml
.idea/php.xml
app/EmailTemplate.php [new file with mode: 0644]
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/DebugController.php [new file with mode: 0644]
app/Mail/TemplateMail.php [new file with mode: 0644]
app/Nova/EmailTemplate.php [new file with mode: 0644]
app/TemplateVariables.php [new file with mode: 0644]
app/User.php
composer.json
composer.lock
config/ckeditor5Classic.php [new file with mode: 0644]
database/migrations/2020_10_20_132301_create_email_templates_table.php [new file with mode: 0644]
resources/views/auth/register.blade.php
resources/views/emails/template.blade.php [new file with mode: 0644]
resources/views/home/index.blade.php
routes/web.php