Class 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found

mohamed-adel

Feb 4th, 2017 11:43 PM

Hello

i finished all the steps in this video

https://www.youtube.com/watch?v=5_VlSC5eXRU

but i faced this error when i run "/forums" url :(

Class 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found

i hope i get help

devdojo

Feb 4th, 2017 11:47 PM

Try adding this as well:

composer require graham-campbell/markdown

After including that library in your app, try it again. I may have to update this in the future.

Let me know if that helps. Thanks.

mohamed-adel

Feb 5th, 2017 12:10 AM

it works now

thanks :)

another question !

i make two app now , one on laravel 5.3 and th other on laravel 5.4

which one you advance me to continue on developing it ?

thanks

mark

Feb 5th, 2017 09:09 AM

It is smartest to use the latest version.

devdojo

Feb 5th, 2017 05:06 PM

Yeah, latest version 5.4 would be best :) Let me know if you have any issues with 5.4. Or you can create a github issue.

Thanks!

keshan-sandeepa

Feb 17th, 2018 02:19 PM

Hello I'm getting this Error 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found , But when i entered that "composer require graham-campbell/markdown" Code , its just displaying https://imgur.com/a/0NJxq

mark

Feb 17th, 2018 07:35 PM

Are you using Laravel 5.6?

keshan-sandeepa

Feb 17th, 2018 11:33 PM

yes I'm using 5.6.3

mark

Feb 18th, 2018 10:22 AM

The issue is that the package does not yet support Laravel 5.6. You may wish to follow this issue.

luizjr

Mar 6th, 2018 12:41 PM

GrahamCampbell\Markdown has Updated!