vtalbot / markdown

Markdown compiler for Laravel 4 and 5
100 stars 24 forks source link

Application::share() removed in Laravel 5.4 #27

Closed vincent-bouchard closed 6 years ago

vincent-bouchard commented 6 years ago

Application::share() removed in Laravel 5.4

On line 69 in file MarkdownServiceProvider.php, $app->share(...) is used instead of $this->app->singleton(...)

nonoesp commented 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.

=)

vincent-bouchard commented 6 years ago

@nonoesp Thanks for the cue :)