baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
525 stars 201 forks source link

Is it possible to add a little sociality to the blog? #126

Closed yuri25 closed 4 years ago

yuri25 commented 4 years ago

Dear Junyao Bai! If possible, could you integrate such functionality for your system? https://github.com/cybercog/laravel-love Documentation here https://laravel-love.readme.io/docs If this is not possible, could you please implement the simplest dislike likes system for posts and comments? Thanks.

baijunyao commented 4 years ago

No problem. I'll do that later.

baijunyao commented 4 years ago

The like feature has been completed, you can pull the latest code to use it. QQ20191214-130651

yuri25 commented 4 years ago

Hi, this works. Can you find out if this is your development or some third-party package was used? Thank you very much!

baijunyao commented 4 years ago

I used this package. https://github.com/overtrue/laravel-follow
The advantage of this package is that it will create a new database table without modifying the existing database table.
And this package has many actions that may be used in the future.

yuri25 commented 4 years ago

Thank you!