kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

Install OK, can't resolve class #48

Closed sganz closed 5 years ago

sganz commented 8 years ago

Added the yii2-markdown to my composer.json file, it installed the following-

When I add the simplest of code to a page -

But might be a problem with class naming or path names???

... use kartik\markdown\Markdown; ... 'value' => Markdown::convert($model->factoid), ... Yii2 tosses this exception - PHP Fatal Error – yii\base\ErrorException Class 'michelf\_SmartyPantsTypographer_TmpImpl' not found

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.