Looking to hire Laravel developers? Try LaraJobs

laravel-mdash maintained by tttptd

Description
EMT - Evgeny Muravjev Typograph for Laravel 5
Author
Last update
2018/12/29 18:03 (1.0.3)
License
Downloads
277

Comments
comments powered by Disqus

laravel-mdash

EMT - Evgeny Muravjev Typograph for Laravel 5

Install:

composer require tttptd/laravel-mdash

Add to config/app.php:

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

Run:

php artisan vendor:publish

Usage:

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