Closed vincent-bouchard closed 6 years ago
Hey @vincent-bouchard
It seems this project is not being developed anymore.
I would recommend using michelf/php-markdown
directly (which exposes a parser of both Michelf/Markdown
and Michelf/MarkdownExtra
) or switching to thephpleague/commonmark
to use the Commonmark
specification.
=)
@nonoesp Thanks for the cue :)
Application::share() removed in Laravel 5.4
On line 69 in file
MarkdownServiceProvider.php
,$app->share(...)
is used instead of$this->app->singleton(...)