tttptd/laravel-mdash

EMT - Evgeny Muravjev Typograph for Laravel 5

1.0.3 2018-12-29 17:03 UTC

This package is not auto-updated.

Last update: 2024-09-17 10:01:49 UTC


README

EMT - Evgeny Muravjev Typograph for Laravel 5

安装

composer require tttptd/laravel-mdash

添加到 config/app.php

Tttptd\Mdash\MdashServiceProvider::class
'Mdash' => Tttptd\Mdash\Facades\Mdash::class

运行

php artisan vendor:publish

使用方法

$result = \Mdash::process($rawText, [
    'Text.paragraphs' => false,
    'Text.breakline' => false,
]);