2017 © Pedro Peláez
 

library commonmark-laravel

Trivial Laravel wrapper class for League\CommonMark

image

clicksco/commonmark-laravel

Trivial Laravel wrapper class for League\CommonMark

  • Thursday, January 22, 2015
  • by jonspark
  • Repository
  • 4 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CommonMark Laravel 4 Wrapper

Software License , (*1)

Trivial Laravel 4 wrapper class for The PHP League's CommonMark package., (*2)

Install

Require the package with Composer, (*3)

``` bash $ composer require clicksco/commonmark-laravel, (*4)


Update app/config/app.php with the ServiceProvider and Facade ``` php 'providers' => [ ... 'Clicksco\CommonMark\ServiceProvider', ... ];

``` php 'aliases' => [ ... 'CommonMark' => 'Clicksco\CommonMark\Facade', ... ];, (*5)


## Usage ``` php echo CommonMark::convertToHtml('# Hello, World!');

Testing

bash $ phpunit, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

22/01 2015

dev-master

9999999-dev https://github.com/Clicksco/CommonMarkLaravel

Trivial Laravel wrapper class for League\CommonMark

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commonmark

22/01 2015

1.0.1

1.0.1.0 https://github.com/Clicksco/CommonMarkLaravel

Trivial Laravel wrapper class for League\CommonMark

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commonmark

22/01 2015

1.0

1.0.0.0 https://github.com/Clicksco/CommonMarkLaravel

Trivial Laravel wrapper class for League\CommonMark

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commonmark