Updating: to 2.0.0
Jump to navigation
Jump to search
Version 2 of Lorekeeper brings several new features and improvements, including the integration of the previous modified-main branch and its extensions, the integration of Extensions:Galleries, and the expansion of social media sites available for user authentication. On a technical level, this includes updating Lorekeeper to Laravel 8 (from version 1.x's 5.8); while the impact of this is relatively limited, it has some minor impacts in what methods are used for some tasks.
New in v2
a
Updating to v2
As of v2, Lorekeeper now requires php 7.4. No other requirements are changed.
Summary
- Update your server to use php 7.4
- Pull the updates, resolving any merge conflicts as appropriate
- Make any config file changes
- (Recommended) Put your site in maintenance mode via
php artisan down
- Push updates, run commands as specified
- (Recommended) Verify that no errors have occurred and use
php artisan up
to remove your site from maintenance mode - Perform any configuration desired within the site