-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Alejandro Mostajo edited this page Mar 22, 2019
·
1 revision
Wordpress version 5.1 brought a couple of compatibility issues. To migrate the framework to the latest core release do the following:
-
Update boot Replace the
app/Boot/bootstrap.php
file located in your project, with the one in the repo. -
Update config Review the
app/Config/app.php
file located in the repo, we have updated the paths to cache and log, and added the auto-load localization files feature. -
Update composer.json Review and update your
composer.json
file so it points to core version 3.1.
"10quality/wpmvc-core": "^3.1"
After those changes are in place. Run composer update
to update your project.