Download the PHP package jdtsoftware/laravel-email-templates without Composer
On this page you can find all versions of the php package jdtsoftware/laravel-email-templates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jdtsoftware/laravel-email-templates
More information about jdtsoftware/laravel-email-templates
Files in jdtsoftware/laravel-email-templates
Package laravel-email-templates
Short Description Laravel 5 database driven email templating
License
Informations about the package laravel-email-templates
Laravel Email Templates
Database driven email templates for >= Laravel 5.4 and PHP 7.
Configuration
First register the service provider in config/app.php:
Then, in the same file, add the facade to the aliases config:
Next, run the migrations:
This will set up 2 tables; email_template and email_layout.
Usage
The package is built in such a way that it plays nicely with the existing Laravel Mailer functionality.
Given a template existing in the above table with the handle 'registration', email can be sent simply as below:
You can of course pass the language to translate the chosen email, providing you have created an email for that handle/language combination.
This package doesn't rely on a templating engine such as Blade or Twig to handle any of the email messages, but does provide it's own view class adhering to Laravel contracts.
This means that you can pass data to the email just as you would any other view, without having to worry about the choice of templating package you use elsewhere in your project.
All versions of laravel-email-templates with dependencies
illuminate/database Version ^5.4
illuminate/mail Version ^5.4.17
tijsverkoyen/css-to-inline-styles Version ^2.2