laravel-comments
laravel-comments copied to clipboard
Comment replies - usage guide
Could you please kindly show us how to use the reply comments?? There seems to be no documentations for it.
Comment model has to also be extended model, so I can add things like likeable.
Post->comments->first()->reply or Post->comments->first()->comments
Thank you ;)