LPodolski

PHP, MySQL, JS, Symfony, linux, bash programing

  • Contact me
  • Interesting
  • Symfony features Reference
  • Tech news
  • Usefull Linux commands
  • Usefull tools

Search

Recent Posts

  • PostgreSQL drop and recreate database
  • Linux server todo, first things, first 5 minutes on HTTP server
  • check linux, ubuntu version
  • Delete millions, large number of files on FTP / SFTP / FTPS server, like in hetzner storage box
  • Javascript, iterate over key and value in JS

Categories

  • JS
  • Linux
  • Main
  • PHP
  • Ubuntu

Tag: composer

default composer path on windows

July 19, 2014 by LPodolski·0 Comments

composer path used in windows environmental variables is:

C:\ProgramData\ComposerSetup\bin

This is default path of composer on windows machine when using windows installer.

Useful to set up PhpStorm command line tool support for composer, you need only paste this to configuration:

C:\ProgramData\ComposerSetup\bin\composer.phar

screenshot: http://screencast.com/t/43dYedLr6y1s

Contact me