| Package Data | |
|---|---|
| Maintainer Username: | tttptd |
| Maintainer Contact: | tttptd@yandex.com (雨師) |
| Package Create Date: | 2017-03-29 |
| Package Last Update: | 2019-12-06 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:04:32 |
| Package Statistics | |
|---|---|
| Total Downloads: | 277 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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,
]);