]> _ Git - psq.git/commit
new emai design
authorLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 29 Apr 2020 18:30:19 +0000 (20:30 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 29 Apr 2020 18:30:19 +0000 (20:30 +0200)
commitce752d563d41890271b01b8b027dfa3ed73668e8
tree9337f9b32fbe1f95fa0ffb34b8a82886d8279d9e
parent015c272c197c178d86ebfe360beb23f563abbc4e
new emai design
37 files changed:
.idea/lettre-pharma.iml
.idea/php.xml
app/Facades/Html2Markdown.php [new file with mode: 0644]
app/Http/Controllers/PublishController.php
app/Jobs/ProcessEmailBatch.php
app/Mail/BatchMail.php [new file with mode: 0644]
app/Notifications/RegistrationComplete.php
app/PdfFile.php
app/Providers/AppServiceProvider.php
app/User.php
composer.json
composer.lock
config/twill.php
package-lock.json
package.json
resources/js/components/Publish/Step2PrepareMail.vue
resources/views/emails/batch.blade.php
resources/views/emails/layout.blade.php
resources/views/emails/notification.blade.php [deleted file]
resources/views/vendor/mail/html/button.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/footer.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/header.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/layout.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/message.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/panel.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/subcopy.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/table.blade.php [new file with mode: 0644]
resources/views/vendor/mail/html/themes/default.css [new file with mode: 0644]
resources/views/vendor/mail/text/button.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/footer.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/header.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/layout.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/message.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/panel.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/subcopy.blade.php [new file with mode: 0644]
resources/views/vendor/mail/text/table.blade.php [new file with mode: 0644]
resources/views/vendor/notifications/email.blade.php [new file with mode: 0644]