Issue
I have installed some unnecessary plugins in my cakephp3 project, I want to remove/uninstall from my project, I'm not able to find any solutions. Will any suggest me what I do?
How to 'Uninstall' plugin using composer, which installed by the composer in cakephp3?
Solution
composer remove packageauthor/packagename --update-with-dependencies
You can also modify your composer.json to get rid of what you don't want and run composer update
Answered By - Bdloul
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.