Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.18 KB

MJML Binary

MJML compiled binary in composer for php without nodejs for MjmlBundle

Build Status License Latest Stable Version Latest Unstable Version Discord

Installation:

composer require gollumsf/mjml-binary

Usage

In configuration of notfloran/mjml-bundle

config/packages/mjml.yaml

mjml:
    # Other confifuration
    options:
        # Other confifuration
        binary: '%kernel.project_dir%/vendor/gollumsf/mjml-binary/dist/mjml-linux' # You can use mjml-linux, mjml-win, mjml-alpine, mjml-macos 

Build library

npm install
npm run build