2017 © Pedro Peláez
 

library blade-markdown-directive

image

p3k/blade-markdown-directive

  • Friday, February 23, 2018
  • by aaronpk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Blade Markdown Directive

This adds a Laravel Blade directive to render the enclosed text as Markdown., (*1)

Installation

First require this project using Composer:, (*2)

composer require p3k/blade-markdown-directive

Add the following to your config/app.php file in the providers section:, (*3)

  p3k\MarkdownServiceProvider::class,

Usage

Now in any .blade.php file, you can use the @markdown directive to render Markdown., (*4)

<div>
  @markdown($description)
</div>

The Versions

23/02 2018

dev-master

9999999-dev

  Sources   Download

CC0 CC0-1.0

The Requires

 

28/06 2017

0.1.0

0.1.0.0

  Sources   Download

CC0

The Requires