Valet: 'valet links' is not working.

Created on 8 May 2017  路  2Comments  路  Source: laravel/valet

I'm on mac Yosemite(10.10). I've installed latest Valet 2.0.4
When I try to list all linked application folder, it gives me below error:

  [BadMethodCallException]            
  Method mapWithKeys does not exist.  


links


Let me know, if anyone is experiencing the same or any solution.

Most helpful comment

Sounds like your global dependencies are out of date in some way.

Try:

cd ~/.composer
rm -rf vendor
composer global update
valet install

All 2 comments

Sounds like your global dependencies are out of date in some way.

Try:

cd ~/.composer
rm -rf vendor
composer global update
valet install

Yes. It worked.
Thanks @adamwathan

Was this page helpful?
0 / 5 - 0 ratings

Related issues

idmahbub picture idmahbub  路  3Comments

eberkund picture eberkund  路  4Comments

ellisio picture ellisio  路  4Comments

Alshie picture Alshie  路  4Comments

marianvlad picture marianvlad  路  5Comments