Skip to content

2.5

Compare
Choose a tag to compare
@ilestis ilestis released this 05 Aug 18:10
· 467 commits to main since this release

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