The measurement of the rating of an individual might well be compared with the measurement of the position of a cork bobbing up and down on the surface of agitated water with a yardstick tied to a rope and which is swaying in the wind.
— Arpad Elo
Ratings is a web application to:
- store players information
- keep game records
- calculate ratings among players
Currently, the following format is supported:
git clone git@github.com:horaceho/ratings.git
cd ratings
cp .env.example .env
composer install
php artisan key:generate
php artisan storage:link
touch database/database.sqlite
php artisan migrate
php artisan make:filament-user
php artisan serve
git pull origin master
composer install
php artisan migrate
php artisan route:clear
php artisan cache:clear
php artisan event:clear
php artisan config:clear
php artisan view:clear
php artisan queue:restart
composer dumpautoload
php artisan migrate:refresh
Ratings is licensed under the MIT license.
© 2023 Horace Ho