Answer the question
In order to leave comments, you need to log in
Composer update not working?
I installed laravel, I wanted to install the illuminate/html package
I go to composer.json, add "illuminate/html": "~5.0" I run composer update
And I get an error - Can't find the parseLinks() method I
used to work with laravel and everything was fine, I tried composer update in another project failed again with the same error. I updated win7 to win10, maybe something went wrong from this. I work locally on openserver
Answer the question
In order to leave comments, you need to log in
Solved the problem
C:\Users\$USERNAME\AppData\Roaming\Composer\ in composer.json change version "fxp/composer-asset-plugin": "~1.0.3" and do composer global update, after that everything works
Well, there is such a cool feature) you need to remove this parseLinks and dependent things, service providers and other rubbish, then use composer update and then add it again;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question