0

I am using the Parsedown for Laravel library and have installed using composer with the following command:

composer require parsedown/laravel

I'd like to set line breaks enabled to true and am following the documentation instruction:

'breaks_enabled' => true,

You can overwrite these values by publishing the config/parsedown.php file with the following command:

php artisan vendor:publish --provider="Parsedown\Providers\ParsedownServiceProvider"

running this command I receive the following error:

Unable to locate publishable resources.
Publishing complete.

The change works locally when tested however when deployed to server the change does not take effect as the vendor directory used by composer to manage libraries is added to .gitignore it does make it through to source control.

What I have tried reading other posts:

php artisan clear-compiled
composer dumpautoload

which still returns me the same issue

cinameng
  • 313
  • 4
  • 14

0 Answers0