EMT - Evgeny Muravjev Typograph for Laravel 5
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,
]);