vtalbot / markdown

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

unable to make it work with laravel 5.4 #24

Closed neonexxa closed 7 years ago

neonexxa commented 7 years ago

Call to undefined method Illuminate\Foundation\Application::share()

nonoesp commented 7 years ago

I did a pull request two months ago (see https://github.com/vtalbot/markdown/pull/22) that fixes this.

As it hasn't been accepted, I'm using my own repo as a dependency on my projects.

You can see the repo at https://github.com/nonoesp/markdown

neonexxa commented 7 years ago

thanks i manage to get it work