PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 1, 2022

[FIXED] How to 'Uninstall' or 'Remove' plugin using composer?

 January 01, 2022     cakephp, cakephp-3.0, composer-php, plugins     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing