First, thanks for your supporting for the project.
Follow your step, when using Markdown::string('#test'), it throws this error.
If I fix this manually by create config/markdown.php and return array('paths' => array()), another error is thrown. So I am confused, thank you for your answer.
Sorry to disturb you, I have found the reason. When I excute 'php artisan vendor:publish --provider=“VTalbot\Markdown\MarkdownServiceProvider”', nothing happened. I should copy config options in vendor/vtalbot/markdown/src/config/config.php to config/markdown.php manually.
First, thanks for your supporting for the project. Follow your step, when using Markdown::string('#test'), it throws this error. If I fix this manually by create config/markdown.php and return array('paths' => array()), another error is thrown. So I am confused, thank you for your answer.
Sorry to disturb you, I have found the reason. When I excute 'php artisan vendor:publish --provider=“VTalbot\Markdown\MarkdownServiceProvider”', nothing happened. I should copy config options in vendor/vtalbot/markdown/src/config/config.php to config/markdown.php manually.