2017 © Pedro Peláez
 

library laravel-parsehtml

Convert Html To Markdown With Laravel

image

yansongda/laravel-parsehtml

Convert Html To Markdown With Laravel

  • Wednesday, March 28, 2018
  • by yansongda
  • Repository
  • 1 Watchers
  • 2 Stars
  • 824 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 6 Versions
  • 52 % Grown

The README.md

Laravel-Parsehtml

Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads Latest Unstable Version License , (*1)

This Package depends on league/html-to-markdown, (*2)

Installation

$ composer require yansongda/laravel-parsehtml

Add service provider

<?php

Yansongda\LaravelParsehtml\ParsehtmlServiceProvider::class,

Add alias

<?php

'LaravelParsehtml' => Yansongda\LaravelParsehtml\Facades\Parsehtml::class,

Config(OPTION)

$ php artisan vendor:publish --provider="Yansongda\\LaravelParsehtml\\ParsehtmlServiceProvider" --tag=laravel-html-config
config desc
strip_tags strip HTML tags that don't have a Markdown equivalent
remove_nodes strip tags and their content
italic_style
bold_style
hard_break
header_style atx/etx

Reference: league/html-to-markdown, (*3)

Usage

Using blade

<?php

@parsehtml('

blablabla

');

Using Helper

<?php

{{ parsehtml('

blablabla

') }}

License

MIT, (*4)

The Versions

28/03 2018

v1.1.0

1.1.0.0

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package

28/03 2018

dev-master

9999999-dev

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package

18/01 2018

v1.0.3

1.0.3.0

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package

14/01 2018

v1.0.2

1.0.2.0

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package

05/09 2017

v1.0.1

1.0.1.0

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package

05/09 2017

v1.0.0

1.0.0.0

Convert Html To Markdown With Laravel

  Sources   Download

MIT

The Requires

 

by Avatar yansongda

laravel html markdown package