2.5
Improvements
- New UI for attributes
- New UI for abilities
- Logs for posts
- Private character races
Full details available on our blog
Update process
Back up your database before running the update.
After pulling the 2.5 tag, run the following commands from the project's root folder.
sail composer install --no-dev
sail artisan migrate
sail artisan db:seed
sail artisan cache:clear