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