padawan-php / padawan.php

php intelligent code completion http server
http://mkusher.name/padawan/
MIT License
253 stars 30 forks source link

Installation method #49

Open greg0ire opened 8 years ago

greg0ire commented 8 years ago

The recommended installation method is too use composer global install. This failed on my machine, because of a conflict with other global packages. I ended up using composer create-project to work this around, which gives me an independent project, with its packages. It would be great to provide a self-updating phar, like Composer does, for instance.

mkusher commented 8 years ago

@greg0ire maybe it's better to solve conflicts?

greg0ire commented 8 years ago

The more applications you add, the more conflicts you will have (or you will have no conflicts, but will be stuck with outdated versions because some application is lagging behind the others).

greg0ire commented 8 years ago

See this discussion Also related : https://github.com/composer/composer/issues/5390

mkusher commented 8 years ago

@greg0ire ok, will look through discussion

greg0ire commented 8 years ago

Great! I added another one, which might be more relevant, but for the moment, I think the phar is the way to go.