Is it possible to re-generate the vendor/craftcms/plugins.php
file?
#12064
-
On a few different sites, I've got some plugins that are long-since uninstalled, but that still appear under Settings -> Plugins in the CP and in the list generated by These plugins were both Composer-uninstalled and Craft-uninstalled at some point, but for some reason Craft never removed their references in the For reference, here's how these plugins appear (note the missing icon since their Composer packages are no longer in As these are very old sites and I haven't seen the issue crop up on newer installs, I don't really care how this happened. But, I would like to update the I've tried running I assume re-installing and re-uninstalling the relevant packages would do the trick, but since there are several dependency conflicts with currently installed plugins, this is not a feasible solution either. Apart from manually editing the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That file is generated by the There’s no way to get it to run outside of |
Beta Was this translation helpful? Give feedback.
That file is generated by the
craftcms/plugin-installer
Composer plugin, which registers a new installer type forcraft-plugin
packages.There’s no way to get it to run outside of
composer update
/install
/remove
.