2017 © Pedro Peláez
 

library laravel-parsedown

A parsedown wrapper for Laravel and Lumen.

image

nblackburn/laravel-parsedown

A parsedown wrapper for Laravel and Lumen.

  • Friday, July 27, 2018
  • by nblackburn
  • Repository
  • 0 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Laravel Parsedown

A Parsedown wrapper for Laravel & Lumen., (*1)

Installation

Laravel

Inside config/app.php add the following line in your providers, (*2)

LaravelParsedown\Providers\LaravelServiceProvider::class

and then simply run the following artisan command..., (*3)

php artisan config:publish nblackburn/laravel-parsedown

Facade

To add facade support for Laravel, add the following line inside your config/app.php under the alias section..., (*4)

'Parsedown' => LaravelParsedown\Facades\Parsedown::class,

Lumen

Inside bootstrap/app.php, add the following line:, (*5)

$app->register(LaravelParsedown\Providers\LumenServiceProvider::class);

then add the following to your .env file:, (*6)

# PARSEDOWN

PARSEDOWN_LINKS = true
PARSEDOWN_ESCAPED = false
PARSEDOWN_LINEBREAKS = true

Facade

To add facade support, firstly uncomment the following line within bootstrap/app.php:, (*7)

// $app->withFacades();

then register the facade like so..., (*8)

$app->register(LaravelParsedown\Facades\Parsedown::class);

Settings

name description default
links Controls if links are rendered. true
escaped The maximum length of the hash. false
linebreaks The characters used for hashing. true

Usage

Line

Parsedown::line('To lean more about **Parsedown**, visit [here](http://daringfireball.com/markdown).');

Text

Parsedown::line('To lean more about **Parsedown**, visit [here](http://daringfireball.com/markdown).');

License

This library is licensed under MIT, see license.md for details., (*9)

Donations

, (*10)

The Versions

27/07 2018

dev-dependabot/composer/illuminate/support-5.6.29

dev-dependabot/composer/illuminate/support-5.6.29

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/07 2018

dev-dependabot/composer/illuminate/support-5.6.28

dev-dependabot/composer/illuminate/support-5.6.28

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/07 2018

dev-dependabot/composer/phpunit/phpunit-7.2.7

dev-dependabot/composer/phpunit/phpunit-7.2.7

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/06 2018

dev-master

9999999-dev

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

25/05 2018

dev-dependabot/composer/phpunit/phpunit-7.1.5

dev-dependabot/composer/phpunit/phpunit-7.1.5

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

25/05 2018

dev-dependabot/composer/illuminate/support-5.6.23

dev-dependabot/composer/illuminate/support-5.6.23

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

08/03 2018

dev-dependabot/composer/erusev/parsedown-1.7.1

dev-dependabot/composer/erusev/parsedown-1.7.1

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/03 2018

dev-dependabot/composer/erusev/parsedown-1.7.0

dev-dependabot/composer/erusev/parsedown-1.7.0

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/02 2018

dev-dependabot/composer/illuminate/support-5.2.45

dev-dependabot/composer/illuminate/support-5.2.45

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/12 2017

dev-dependabot/composer/phpunit/phpunit-5.2.4

dev-dependabot/composer/phpunit/phpunit-5.2.4

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

08/12 2017

dev-dependabot/composer/erusev/parsedown-1.6.4

dev-dependabot/composer/erusev/parsedown-1.6.4

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/01 2016

1.0.0

1.0.0.0

A parsedown wrapper for Laravel and Lumen.

  Sources   Download

MIT

The Requires

 

The Development Requires