Closed mwargan closed 4 years ago
Hey there!
On versions 11.2 and up on Laravel 6 I am getting the following error: Class 'League\CommonMark\Extension\Extension' not found
With the following code:
GrahamCampbell\Markdown\Facades\Markdown::convertToHtml($text)
Could you show the whole stack trace please?
Hey there!
On versions 11.2 and up on Laravel 6 I am getting the following error: Class 'League\CommonMark\Extension\Extension' not found
With the following code:
GrahamCampbell\Markdown\Facades\Markdown::convertToHtml($text)