Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 412 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 412 Bytes

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,
]);