Added regen-comment-content command

This commit is contained in:
Dan Brown 2020-05-02 11:52:38 +01:00
commit 32a01d898f
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -54,4 +54,6 @@ php artisan bookstack:update-url <oldUrl> <newUrl>
# Example:
php artisan bookstack:update-url http://docs.example.com https://demo.bookstackapp.com
# Regenerate the stored HTML content for comments from their original text content
php artisan bookstack:regenerate-comment-content
```