简体   繁体   中英

How can I remove hoa from my Laravel project with Composer?

I happened to install hoa for running the fourstream websocket package for my Laravel project. But after installing I am getting

"Hoa main file ( Core.php ) must be included once"

for every Composer command I run. How can I undo this and remove hoa completely from my project?

I can't do composer update as it will update my Laravel 5.1 version to Laravel 5.2.

You can use Composer's remove command from command line

php composer.phar remove vendor/package

Where vendor/package must be changed to the package name you want to be removed eg hoa/core .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM