You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to remove the vendor/craftcms/ directory (because I edited some core files, for test purposes, and I want to discard all changes). After I run composer install again, the craftcms dependencies are installed correctly, but the plugins.php only contains the craftcms plugins (eq. the contactform etc.). The other plugins are not back in because they were not installed again ofcourse.
I had to remove the whole vendor/ directory and that recovered the plugins.php
Steps to reproduce
Have some plugins installed
Remove the vendor/cractcms/ folder
Run composer install again
Check plugins.php
Additional info
Craft version: 4.5.0
PHP version: 8.2
The text was updated successfully, but these errors were encountered:
Description
I had to remove the vendor/craftcms/ directory (because I edited some core files, for test purposes, and I want to discard all changes). After I run composer install again, the craftcms dependencies are installed correctly, but the plugins.php only contains the craftcms plugins (eq. the contactform etc.). The other plugins are not back in because they were not installed again ofcourse.
I had to remove the whole vendor/ directory and that recovered the plugins.php
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: