Replies: 2 comments 3 replies
-
@climao yes, see wintercms/cli#6. In the meantime though it's already extremely easy to migrate to Winter CMS. Composer MigrationChange "october/rain": "1.1.*",
"october/system": "1.1.*",
"october/backend": "1.1.*",
"october/cms": "1.1.*", to "winter/storm": "dev-develop as 1.1.999",
"winter/wn-system-module": "dev-develop",
"winter/wn-backend-module": "dev-develop",
"winter/wn-cms-module": "dev-develop", and run You will also need to update bootstrap/autoload.php's Web Installer / Marketplace migrationIf you're using a web installer version of October and you update through the backend, you just need to add the following entry to your 'updateServer' => 'https://api.wintercms.com/marketplace',
|
Beta Was this translation helpful? Give feedback.
-
@LukeTowers Thanks. Great news! I do have some projects that were always updated through the backend, so the Marketplace migration comes in handy. Still related to this subject, is there a simple way to convert a web installer version of October to a composer-updated version of Winter, short of creating a new project and copy everything from the old one? |
Beta Was this translation helpful? Give feedback.
-
Do you plan to provide an automated way to switch existing October projects to Winter?
Beta Was this translation helpful? Give feedback.
All reactions