Question

I have a laravel 4.1 modular system and when I try to add a package to system and update using composer's "composer update" command in console, I get the following error:

 [RuntimeException]
 Could not completely delete /var/www/panel.uygulamam2.com/vendor/phpseclib/phpseclib, aborting. 

Why do I get phpseclib error?

Was it helpful?

Solution

Check the permission over vendor folder and make sure your current user is the owner

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top