tttptd / laravel-mdash
EMT - Evgeny Muravjev Typograph for Laravel 5
1.0.3
2018-12-29 17:03 UTC
Requires
- php: ^7.0
- illuminate/support: ^5.3
- tttptd/mdash: ^0.9
This package is not auto-updated.
Last update: 2024-11-12 10:42:09 UTC
README
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, ]);