This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

zerkms
zerkms

Hi,

in case if october is installed using the composer - what would be the way to upgrade the october/october files?

The php artisan october:update won't work because of the disableCoreUpdates

And composer update would not update the october/october files because it only upgrades the dependencies not the "current" project.

At a quick glance it looks like that in such a scenario it is implied that a user would clone the github:october/october repository somewhere and simply update the directories and files manually.

What am I missing?

Last updated

daftspunky
daftspunky

These files don't get updated in either process, so it should be fine. The only thing updated is /plugins and /modules directories.

zerkms
zerkms

So, how does one update modules directory?

daftspunky
daftspunky

Composer will update these directories:

  • vendor
  • modules
  • plugins
zerkms
zerkms

Oh, that's unexpected. But thanks.

daftspunky
daftspunky

No worries, here is an example of the composer.json file for backend module that gets updated.

1-6 of 6

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.