Download the PHP package evanschleret/lara-mjml without Composer
On this page you can find all versions of the php package evanschleret/lara-mjml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evanschleret/lara-mjml
More information about evanschleret/lara-mjml
Files in evanschleret/lara-mjml
Package lara-mjml
Short Description Just a service provider for Spatie's MJML wrapper
License MIT
Homepage https://github.com/evanschleret/lara-mjml
Informations about the package lara-mjml
LaraMjml
This package is a wrapper for the MJML email templating engine. It allows you to easily compile MJML templates into html.
It also uses the spatie MJML package under the hood.
Installation
You can install the package via composer:
This package relies on MJML, which you need to install separately using your preferred package manager (e.g. npm):
Usage
You can use this package by simply calling the view
helper function with the name of your MJML template.
Your views must be names as *.mjml.blade.php
to be compiled by this package.
Environment Variables and Configuration
You can set the path to the MJML binary in your .env
file.
Publish the config file to customize the package configuration and add additional options to the MJML binary.
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of lara-mjml with dependencies
illuminate/config Version ^11.16 || ^12.0
illuminate/support Version ^11.16 || ^12.0
spatie/mjml-php Version ^1.2.3