cyrildewit / eloquent-viewable

Associate views with Eloquent models in Laravel
MIT License
803 stars 104 forks source link

How to extend the package to also count other things #289

Closed bumpyy closed 1 year ago

bumpyy commented 1 year ago

Is there a way to extend the package to count other things like share, so i can count view and share click ?

cyrildewit commented 1 year ago

Doesn't sound like a good thing to do. You could copy most of the logic from this package and build it yourself. Keep it simple. Extending this package to that advance will make it more entangled.

I think the shares will also be stored in a different structure.

cyrildewit commented 1 year ago

Good luck.