All notable changes to laravel-rateable
will be documented in this file
- tumelo-mapheto - Fix typo preventing vendor publish from successfully publishing the migration file
- Refactor codebase to be based on spatie's package-skeleton-laravel
- Add new
rate()
andrateOnce()
methods to simplify rating, and facilitate restricting users to one rating per model - Add new
timesRated()
andusersRated()
methods to get counts of total ratings or unique users' ratings for a model
- Mo7sin - Laravel 7 support
- khanhvu14 - Laravel 6 support
- Devsome - Fix migration error
- Prevent duplicate migration files if the rateable:migration command is run multiple times
Redacted
- mattstauffer - Allow for Laravel Service Provider autodiscovery (#27)
- mattstauffer - Readme cleanup (#28)
- mkwsra - Fix user relations
- nghtstr & willvincent - Added sum and average attributes
- Fixes critical call to undefined method bindShared() error in Laravel 5.2+
- zOxta - Added protection for division by zero
- Test +1/-1 format ratings.
- initial release